Skip to content

Commit

Permalink
Bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Sep 7, 2020
1 parent 9cccbe2 commit dd49d46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ android {
}
```

When push to the `master` branch with new version in the `package.json` file, GitHub Action would automatically create new release.
When push to the `develop` branch with new version in the `package.json` file, GitHub Action would automatically create new release.

### Deploy

#### Demo App

The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the `develop` branch.
The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the `master` branch.
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 20
versionName "0.2.0"
versionCode 30
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.2.0",
"version": "0.3.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit dd49d46

Please sign in to comment.