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" applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8 versionCode 9
versionName '1.2.0' versionName '1.3.0'
} }
splits { splits {
abi { abi {

View File

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