bump version 1.0.0 for release

This commit is contained in:
austinried 2021-08-27 11:17:58 +09:00
parent 77e89fc9e2
commit 7da1afa643
3 changed files with 4 additions and 3 deletions

View File

@ -134,8 +134,8 @@ android {
applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName '0.1.0'
versionCode 2
versionName '1.0.0'
}
splits {
abi {

View File

@ -0,0 +1 @@
Initial 1.0.0 release

View File

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