Skip to content

Commit

Permalink
feat: candidate 0.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBeaulieu committed Jul 12, 2024
1 parent 1cbf688 commit 4ec0ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
applicationId "com.messebasseproduction.beercrackerz"
multiDexEnabled true
minSdkVersion 20
versionCode 8
versionName "0.0.8"
versionCode 9
versionName "0.0.9"
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils/app_const.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter_dotenv/flutter_dotenv.dart';

class AppConst {
static const String appVersion = '0.0.8';
static const String appVersion = '0.0.9';
static const String serverVersion = '0.1.0';
// The server URL to reach, ensure no trailing slash remains
static const String baseURL = 'https://beercrackerz.org';
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: "The app for beer lovers, to share the best spot to crack a beer, o

publish_to: 'none'

version: 0.0.8+8
version: 0.0.9+9

environment:
sdk: '>=3.2.5 <4.0.0'
Expand Down

0 comments on commit 4ec0ffc

Please sign in to comment.