Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from libon/start-1.3
Browse files Browse the repository at this point in the history
start 1.3
  • Loading branch information
calvarez-ov authored Aug 19, 2020
2 parents bcbb208 + c38363b commit e2b214c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: release-drafter/release-drafter@v5
with:
tag: ${{ env.VERSION }}
name: ${{ env.VERSION }}
version: ${{ env.VERSION }}
publish: ${{ startsWith(github.ref, 'refs/tags') }}
env:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.2"
versionName "1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit e2b214c

Please sign in to comment.