Skip to content

Commit 3a86c85

Browse files
committed
chore(release): v4.3.0-beta.2
1 parent 603f524 commit 3a86c85

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.inu.cafeteria"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 8
86-
versionName "4.3.0-beta.1"
85+
versionCode 9
86+
versionName "4.3.0-beta.2"
8787
}
8888

8989
splits {

ios/cafeteria.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
503503
CLANG_ENABLE_MODULES = YES;
504504
CODE_SIGN_STYLE = Manual;
505-
CURRENT_PROJECT_VERSION = 9;
505+
CURRENT_PROJECT_VERSION = 10;
506506
DEVELOPMENT_TEAM = AANGG4Q668;
507507
ENABLE_BITCODE = NO;
508508
INFOPLIST_FILE = cafeteria/Info.plist;
@@ -532,7 +532,7 @@
532532
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533533
CLANG_ENABLE_MODULES = YES;
534534
CODE_SIGN_STYLE = Manual;
535-
CURRENT_PROJECT_VERSION = 9;
535+
CURRENT_PROJECT_VERSION = 10;
536536
DEVELOPMENT_TEAM = AANGG4Q668;
537537
INFOPLIST_FILE = cafeteria/Info.plist;
538538
LD_RUNPATH_SEARCH_PATHS = (
@@ -620,7 +620,7 @@
620620
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
621621
CLANG_ENABLE_MODULES = YES;
622622
CODE_SIGN_STYLE = Manual;
623-
CURRENT_PROJECT_VERSION = 9;
623+
CURRENT_PROJECT_VERSION = 10;
624624
DEVELOPMENT_TEAM = AANGG4Q668;
625625
INFOPLIST_FILE = cafeteria/Info.plist;
626626
LD_RUNPATH_SEARCH_PATHS = (

ios/cafeteria/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>9</string>
26+
<string>10</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true />
2929
<key>NSAppTransportSecurity</key>

ios/cafeteriaTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cafeteria",
3-
"version": "4.3.0-beta.1",
3+
"version": "4.3.0-beta.2",
44
"license": "GPLv3",
55
"repository": "https://github.com/inu-appcenter/cafeteria-mobile",
66
"scripts": {

0 commit comments

Comments
 (0)