Skip to content

Commit d0cf203

Browse files
committed
chore: bump build numbers
1 parent f0b4c08 commit d0cf203

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
applicationId "fr.ign.guichet"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 30011
10+
versionCode 30012
1111
versionName "3.0.7"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
364364
CODE_SIGN_IDENTITY = "Apple Development";
365365
CODE_SIGN_STYLE = Automatic;
366-
CURRENT_PROJECT_VERSION = 13;
366+
CURRENT_PROJECT_VERSION = 30007;
367367
DEVELOPMENT_TEAM = YGAAUDDKW7;
368368
INFOPLIST_FILE = App/Info.plist;
369369
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -386,7 +386,7 @@
386386
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
387387
CODE_SIGN_IDENTITY = "Apple Development";
388388
CODE_SIGN_STYLE = Automatic;
389-
CURRENT_PROJECT_VERSION = 13;
389+
CURRENT_PROJECT_VERSION = 30007;
390390
DEVELOPMENT_TEAM = YGAAUDDKW7;
391391
INFOPLIST_FILE = App/Info.plist;
392392
IPHONEOS_DEPLOYMENT_TARGET = 14.0;

0 commit comments

Comments
 (0)