diff --git a/CHANGELOG.md b/CHANGELOG.md index 302d5bf70..432611d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [15.2.15](https://github.com/johannesjo/super-productivity/compare/v15.2.14...v15.2.15) (2025-10-13) + ## [15.2.14](https://github.com/johannesjo/super-productivity/compare/v15.2.13...v15.2.14) (2025-10-13) ## [15.2.13](https://github.com/johannesjo/super-productivity/compare/v15.2.12...v15.2.13) (2025-10-13) diff --git a/android/app/build.gradle b/android/app/build.gradle index 908859874..24732e8f3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 15_02_14_0000 - versionName "15.2.14" + versionCode 15_02_15_0000 + versionName "15.2.15" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1502150000.txt b/android/fastlane/metadata/android/en-US/changelogs/1502150000.txt new file mode 100644 index 000000000..139597f9c --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1502150000.txt @@ -0,0 +1,2 @@ + + diff --git a/package-lock.json b/package-lock.json index bab3d7f2a..0b801a490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "15.2.14", + "version": "15.2.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "15.2.14", + "version": "15.2.15", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 00e5730bd..b65511fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "15.2.14", + "version": "15.2.15", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 349523511..8e44e890e 100644 --- a/src/environments/versions.ts +++ b/src/environments/versions.ts @@ -1,6 +1,6 @@ // this file is automatically generated by git.version.ts script export const versions = { - version: '15.2.14', + version: '15.2.15', revision: 'NO_REV', branch: 'NO_BRANCH', };