Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecarroz committed Oct 13, 2024
1 parent a005654 commit 25e60af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdk = 23
targetSdk = 34
versionCode = 1 // TODO: always update manually
versionCode = 2 // TODO: always update manually
versionName = flutterVersionName
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: devfest_bari_2024
description: "Engagement App for the DevFest Bari 2024."
publish_to: "none"
version: 1.0.0+1
version: 1.0.1+1

environment:
sdk: ">=3.4.3 <4.0.0"
Expand Down

0 comments on commit 25e60af

Please sign in to comment.