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" applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2 versionCode 3
versionName '1.0.0' versionName '1.0.1'
} }
splits { splits {
abi { abi {

View File

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