diff --git a/README.md b/README.md index 5e516d0dd..43e255124 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the `master` branch. \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index a6a34a81e..2373693f2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/package.json b/package.json index b6aee39c5..a8b422a96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.2.0", + "version": "0.3.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {