Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeddaZ committed Jul 10, 2022
1 parent 55a194f commit 4eb4770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "1.1.3"
automatic_release_tag: "1.1.4"
prerelease: false
title: "1.1.3"
title: "1.1.4"
files: |
app/build/outputs/apk/release/app-release.apk
build/updater-SHA-256.txt
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "it.leddaz.revancedupdater"
minSdk 23
targetSdk 32
versionCode 8
versionName '1.1.3'
versionCode 9
versionName '1.1.4'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 4eb4770

Please sign in to comment.