Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnnis committed Apr 17, 2021
1 parent 3d2da7a commit a2c7124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ android {
applicationId "com.clubhouseapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.2.0"
setProperty("archivesBaseName", "Clubreact-$versionName") // appends version to output apk name.
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"main": "index.js",
"version": "0.2.0",
"homepage": "https://arnnis.github.io/Clubreact",
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -62,6 +63,5 @@
"jest": {
"preset": "react-native"
},
"private": true,
"version": "0.1.0"
"private": true
}

0 comments on commit a2c7124

Please sign in to comment.