Skip to content

Commit

Permalink
Release/v1.1.2 (#82)
Browse files Browse the repository at this point in the history
* add changelog

* increment version
  • Loading branch information
austinried authored Mar 28, 2022
1 parent 5169b72 commit b761ad8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtracks",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand Down

0 comments on commit b761ad8

Please sign in to comment.