diff --git a/android/app/build.gradle b/android/app/build.gradle index 82222e4676..9b73f3fa07 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 35 compileSdk 35 - versionCode 18_01_00_9000 - versionName "18.1.0" + versionCode 18_01_01_9000 + versionName "18.1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/android/fastlane/metadata/android/en-US/changelogs/1801019000.txt b/android/fastlane/metadata/android/en-US/changelogs/1801019000.txt new file mode 100644 index 0000000000..cf6be2cc67 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/1801019000.txt @@ -0,0 +1,9 @@ +- init hybrid devices from IS_TOUCH_PRIMARY to fix missing drag delay on first touch +- change very small container to 356px +- fix bug-7067 spec to work in production builds +- fix TS2614 by using Shepherd.Step namespace for types +- package-lock +- fix prettier formatting errors in e2e tests and nav-item scss +- handle empty/locked WebDAV remote file with recovery snack +- handle invalid startTime from sync/import gracefully (#7067) +- prevent saving empty project/tag title (#7081) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b7cb0c3c4b..a908d19224 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "18.1.0", + "version": "18.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "18.1.0", + "version": "18.1.1", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 9570a06060..7079b1006a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "18.1.0", + "version": "18.1.1", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index d8f01f0128..c20dd17f9e 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.1.0', + version: '18.1.1', revision: 'NO_REV', branch: 'NO_BRANCH', };