diff --git a/android/app/build.gradle b/android/app/build.gradle index 76c8a37..e2c00cb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ android { applicationId "com.subtracks" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 5 - versionName '1.1.1' + versionCode 6 + versionName '1.1.2' } splits { abi { diff --git a/metadata/en-US/changelogs/6.txt b/metadata/en-US/changelogs/6.txt new file mode 100644 index 0000000..d47f0a9 --- /dev/null +++ b/metadata/en-US/changelogs/6.txt @@ -0,0 +1,5 @@ +## Fixed + +- Reduced required version of Subsonic API support from servers to 1.13.0 (#53) +- Fixed autocorrect/autofill in server settings input (#60) +- Fixed issues special characters in plain text passwords (and elsewhere) (#81) diff --git a/package.json b/package.json index 6c71389..f904646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subtracks", - "version": "1.1.1", + "version": "1.1.2", "private": true, "license": "GPL-3.0-only", "scripts": {