bump version 1.3.0

This commit is contained in:
austinried 2022-04-26 13:17:01 +09:00
parent ac06e21f37
commit e14099472a
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 8
versionName '1.2.0'
versionCode 9
versionName '1.3.0'
}
splits {
abi {

View File

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