Skip to content

Commit dd49d46

Browse files
committed
Bump version to 0.3.0.
1 parent 9cccbe2 commit dd49d46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ android {
138138
}
139139
```
140140

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

143143
### Deploy
144144

145145
#### Demo App
146146

147-
The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the `develop` branch.
147+
The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the `master` branch.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.numbersprotocol.capturelite"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 20
10-
versionName "0.2.0"
9+
versionCode 30
10+
versionName "0.3.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)