diff --git a/android/app/build.gradle b/android/app/build.gradle index 0c20c3dde1..a06c36a13d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 18_02_08_9000 - versionName "18.2.8" + versionCode 18_03_00_9000 + versionName "18.3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1803009000.txt b/android/fastlane/metadata/android/en-US/changelogs/1803009000.txt new file mode 100644 index 0000000000..5cb5e8bbb0 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1803009000.txt @@ -0,0 +1,10 @@ +- Feat/issue 7362 9d46d3 (#7363) +- add 3-month inactive-account deletion clause +- improve Dropbox auth dialog UX on sandboxed Linux (#7139) +- break iOS WebDAV conflict-dialog loop (#7339) +- run unit tests when plugin code changes +- inline countdown wrapper, document set invariant +- reject inherited fields when creating subtask via REST +- drop dead addAttachment from task context menu +- open attachment dialog via detail panel after #7314 +- google calendar text exceeding background (#7361) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a39d916009..ca4f1663d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "18.2.8", + "version": "18.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "18.2.8", + "version": "18.3.0", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 38fbe10a6c..2ebad4e863 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "18.2.8", + "version": "18.3.0", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index f2b4de271f..ce93b69238 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: '18.2.8', + version: '18.3.0', revision: 'NO_REV', branch: 'NO_BRANCH', };