Skip to content

Commit 795c2bd

Browse files
committed
chore(release): v4.8.0
1 parent 4612a0e commit 795c2bd

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ android {
7676
applicationId "com.inu.cafeteria"
7777
minSdkVersion rootProject.ext.minSdkVersion
7878
targetSdkVersion rootProject.ext.targetSdkVersion
79-
versionCode 423
80-
versionName "4.7.3"
79+
versionCode 424
80+
versionName "4.8.0"
8181
}
8282

8383
splits {

ios/cafeteria.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
CODE_SIGN_IDENTITY = "Apple Development";
505505
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
506506
CODE_SIGN_STYLE = Automatic;
507-
CURRENT_PROJECT_VERSION = 423;
507+
CURRENT_PROJECT_VERSION = 424;
508508
DEVELOPMENT_TEAM = AANGG4Q668;
509509
ENABLE_BITCODE = NO;
510510
INFOPLIST_FILE = cafeteria/Info.plist;
@@ -534,7 +534,7 @@
534534
CLANG_ENABLE_MODULES = YES;
535535
CODE_SIGN_IDENTITY = "Apple Distribution";
536536
CODE_SIGN_STYLE = Manual;
537-
CURRENT_PROJECT_VERSION = 423;
537+
CURRENT_PROJECT_VERSION = 424;
538538
DEVELOPMENT_TEAM = AANGG4Q668;
539539
INFOPLIST_FILE = cafeteria/Info.plist;
540540
LD_RUNPATH_SEARCH_PATHS = (
@@ -622,7 +622,7 @@
622622
CLANG_ENABLE_MODULES = YES;
623623
CODE_SIGN_IDENTITY = "Apple Development";
624624
CODE_SIGN_STYLE = Manual;
625-
CURRENT_PROJECT_VERSION = 423;
625+
CURRENT_PROJECT_VERSION = 424;
626626
DEVELOPMENT_TEAM = AANGG4Q668;
627627
INFOPLIST_FILE = cafeteria/Info.plist;
628628
LD_RUNPATH_SEARCH_PATHS = (

ios/cafeteria/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.7.3</string>
20+
<string>4.8.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>423</string>
24+
<string>424</string>
2525
<key>CodePushDeploymentKey</key>
2626
<string>$(CODEPUSH_KEY)</string>
2727
<key>ITSAppUsesNonExemptEncryption</key>

ios/cafeteriaTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.7.3</string>
18+
<string>4.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>423</string>
22+
<string>424</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.7.3",
3+
"version": "4.8.0",
44
"license": "GPLv3",
55
"repository": "https://github.com/inu-appcenter/cafeteria-mobile",
66
"scripts": {

0 commit comments

Comments
 (0)