diff --git a/CHANGELOG.md b/CHANGELOG.md index a90146517..4431831a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [13.1.2](https://github.com/johannesjo/super-productivity/compare/v13.1.1...v13.1.2) (2025-06-21) + +### Bug Fixes + +- remove duplicate snap plugs causing build failure ([6746a7f](https://github.com/johannesjo/super-productivity/commit/6746a7f2bb862ac2526ba5057f916ca532922ee9)) + ## [13.1.1](https://github.com/johannesjo/super-productivity/compare/v13.1.0...v13.1.1) (2025-06-21) ### Bug Fixes diff --git a/android/app/build.gradle b/android/app/build.gradle index f367cf13f..835112851 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 13_01_01_0000 - versionName "13.1.1" + versionCode 13_01_02_0000 + versionName "13.1.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/fastlane/metadata/android/en-US/changelogs/1301020000.txt b/fastlane/metadata/android/en-US/changelogs/1301020000.txt new file mode 100644 index 000000000..42395650a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1301020000.txt @@ -0,0 +1,4 @@ + +### Bug Fixes + +* remove duplicate snap plugs causing build failure \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2f56f5c6b..fd18b8d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "13.1.1", + "version": "13.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "13.1.1", + "version": "13.1.2", "license": "MIT", "dependencies": { "electron-dl": "^3.5.2", diff --git a/package.json b/package.json index 7db059647..eb8a41051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "13.1.1", + "version": "13.1.2", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index e1418a1d1..681501fd6 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: '13.1.1', + version: '13.1.2', revision: 'NO_REV', branch: 'NO_BRANCH', };