Skip to content

Commit 965b448

Browse files
committed
chore(release): v4.3.0-beta.1
1 parent f3bc620 commit 965b448

6 files changed

Lines changed: 15 additions & 15 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 7
86-
versionName "4.3.0-beta.0"
85+
versionCode 8
86+
versionName "4.3.0-beta.1"
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 = 8;
505+
CURRENT_PROJECT_VERSION = 9;
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 = 8;
535+
CURRENT_PROJECT_VERSION = 9;
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 = 8;
623+
CURRENT_PROJECT_VERSION = 9;
624624
DEVELOPMENT_TEAM = AANGG4Q668;
625625
INFOPLIST_FILE = cafeteria/Info.plist;
626626
LD_RUNPATH_SEARCH_PATHS = (

ios/cafeteria/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>8</string>
26+
<string>9</string>
2727
<key>LSRequiresIPhoneOS</key>
28-
<true/>
28+
<true />
2929
<key>NSAppTransportSecurity</key>
3030
<dict>
3131
<key>NSAllowsArbitraryLoads</key>
32-
<true/>
32+
<true />
3333
<key>NSExceptionDomains</key>
3434
<dict>
3535
<key>localhost</key>
3636
<dict>
3737
<key>NSExceptionAllowsInsecureHTTPLoads</key>
38-
<true/>
38+
<true />
3939
</dict>
4040
<key>codepush.appcenter.ms</key>
4141
<dict>
4242
<key>NSExceptionAllowsInsecureHTTPLoads</key>
43-
<true/>
43+
<true />
4444
</dict>
4545
</dict>
4646
</dict>
4747
<key>NSLocationWhenInUseUsageDescription</key>
48-
<string></string>
48+
<string />
4949
<key>UIAppFonts</key>
5050
<array>
5151
<string>AntDesign.ttf</string>
@@ -79,6 +79,6 @@
7979
<string>UIInterfaceOrientationPortrait</string>
8080
</array>
8181
<key>UIViewControllerBasedStatusBarAppearance</key>
82-
<false/>
82+
<false />
8383
</dict>
8484
</plist>

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>8</string>
22+
<string>9</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.0",
3+
"version": "4.3.0-beta.1",
44
"license": "GPLv3",
55
"repository": "https://github.com/inu-appcenter/cafeteria-mobile",
66
"scripts": {

0 commit comments

Comments
 (0)