Skip to content

Commit

Permalink
Bump version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Nov 8, 2020
1 parent 13151f3 commit c70721f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Bump version in `android/app/build.gradle`.
``` gradle
android {
defaultConfig {
versionCode abc
versionCode <versionCode++>
versionName "a.b.c"
}
}
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 33
versionName "0.5.1"
versionCode 34
versionName "0.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.5.1",
"version": "0.6.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down Expand Up @@ -67,4 +67,4 @@
"typescript": "~3.9.7"
},
"description": "Capture lite app."
}
}

0 comments on commit c70721f

Please sign in to comment.