Skip to content

Commit f7ac475

Browse files
authored
chore(release): bump mobile version to 1.1.6 (#2)
1 parent 09d5d8e commit f7ac475

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.6] — 2026-02-21
9+
10+
### Fixed
11+
- Updated the Wear module Android `applicationId` to `com.lallimaven.eclipsetimer.wear` so the Wear APK installs as a distinct package instead of conflicting with the phone app package during install/update.
12+
813
## [1.1.5] — 2026-02-21
914

1015
### Changed

apps/mobile/android/wear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
compileSdk rootProject.ext.compileSdkVersion
3131

3232
defaultConfig {
33-
applicationId "com.lallimaven.eclipsetimer"
33+
applicationId "com.lallimaven.eclipsetimer.wear"
3434
minSdkVersion 26
3535
targetSdkVersion rootProject.ext.targetSdkVersion
3636
versionCode wearVersionCode

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-timer/mobile",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"private": true,
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)