Skip to content

Commit 3662576

Browse files
authored
chore: version bump 1.1.5 (android only) (#2572)
1 parent 6dce251 commit 3662576

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
applicationId "to.bitkit"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 159
87-
versionName "1.1.4"
86+
versionCode 160
87+
versionName "1.1.5"
8888
testBuildType System.getProperty('testBuildType', 'debug')
8989
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
9090
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitkit",
33
"author": "Synonym",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"scripts": {
66
"start": "react-native start --client-logs",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)