Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thelooter committed Aug 27, 2024
1 parent 5ad99d3 commit c978b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
minSdkVersion 21
targetSdkVersion 34
multiDexEnabled true
versionCode 1
versionName "1.4.1"
versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Your mobile companion for Gitlab

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.4.1+1
version: 1.5.0+2

environment:
sdk: "^3.5.1"
Expand Down

0 comments on commit c978b28

Please sign in to comment.