bump version 1.1.1

This commit is contained in:
austinried 2021-12-15 14:05:51 +09:00
parent da033e697f
commit c0f802c27b
2 changed files with 3 additions and 3 deletions

View File

@ -134,8 +134,8 @@ android {
applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName '1.1.0'
versionCode 5
versionName '1.1.1'
}
splits {
abi {

View File

@ -1,6 +1,6 @@
{
"name": "subtracks",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"license": "GPL-3.0-only",
"scripts": {