Skip to content

Commit 13cc18d

Browse files
committed
Setting new version code
1 parent 01e8005 commit 13cc18d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.beanconqueror.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 80004
11-
versionName "8.0.4"
10+
versionCode 80100
11+
versionName "8.1.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.food-and-drink";
357357
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
358358
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
359-
MARKETING_VERSION = 8.0.4;
359+
MARKETING_VERSION = 8.1.0;
360360
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
361361
PRODUCT_BUNDLE_IDENTIFIER = com.beanconqueror.app;
362362
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -380,7 +380,7 @@
380380
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.food-and-drink";
381381
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
382382
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
383-
MARKETING_VERSION = 8.0.4;
383+
MARKETING_VERSION = 8.1.0;
384384
PRODUCT_BUNDLE_IDENTIFIER = com.beanconqueror.app;
385385
PRODUCT_NAME = "$(TARGET_NAME)";
386386
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

0 commit comments

Comments
 (0)