Skip to content

Commit

Permalink
Bumped version to 1.0.1-ISSUE-1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
line72 committed Dec 30, 2019
1 parent c42e2ec commit a6b35d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pushd platforms/android
./gradlew assembleRelease
ls -l build/outputs/apk/
popd
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Expand Up @@ -2,7 +2,7 @@
<manifest
android:hardwareAccelerated="true"
android:versionCode="4"
android:versionName="1.0.1-ISSUE-1-3"
android:versionName="1.0.1-ISSUE-1-4"
package="net.line72.montclair"
xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens
Expand Down

0 comments on commit a6b35d9

Please sign in to comment.