bump version 1.0.1

This commit is contained in:
austinried 2021-09-02 17:23:38 +09:00
parent 704edfbaaf
commit 7f1585a6ad
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 2
versionName '1.0.0'
versionCode 3
versionName '1.0.1'
}
splits {
abi {

View File

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