Skip to content

Commit a2c7124

Browse files
committed
v0.2.0
1 parent 3d2da7a commit a2c7124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ android {
135135
applicationId "com.clubhouseapp"
136136
minSdkVersion rootProject.ext.minSdkVersion
137137
targetSdkVersion rootProject.ext.targetSdkVersion
138-
versionCode 1
139-
versionName "0.1.0"
138+
versionCode 2
139+
versionName "0.2.0"
140140
setProperty("archivesBaseName", "Clubreact-$versionName") // appends version to output apk name.
141141
}
142142
splits {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"main": "index.js",
3+
"version": "0.2.0",
34
"homepage": "https://arnnis.github.io/Clubreact",
45
"scripts": {
56
"android": "react-native run-android",
@@ -62,6 +63,5 @@
6263
"jest": {
6364
"preset": "react-native"
6465
},
65-
"private": true,
66-
"version": "0.1.0"
66+
"private": true
6767
}

0 commit comments

Comments
 (0)