Skip to content

Commit

Permalink
chore(release): v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 16, 2022
1 parent b4bbec9 commit b3cc39d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ android {
applicationId "com.inu.cafeteria"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 428
versionName "4.8.4"
versionCode 429
versionName "4.9.0"
}

splits {
Expand Down
6 changes: 3 additions & 3 deletions ios/cafeteria.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 428;
CURRENT_PROJECT_VERSION = 429;
DEVELOPMENT_TEAM = AANGG4Q668;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = cafeteria/Info.plist;
Expand Down Expand Up @@ -534,7 +534,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 428;
CURRENT_PROJECT_VERSION = 429;
DEVELOPMENT_TEAM = AANGG4Q668;
INFOPLIST_FILE = cafeteria/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -622,7 +622,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 428;
CURRENT_PROJECT_VERSION = 429;
DEVELOPMENT_TEAM = AANGG4Q668;
INFOPLIST_FILE = cafeteria/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions ios/cafeteria/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.8.4</string>
<string>4.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>428</string>
<string>429</string>
<key>CodePushDeploymentKey</key>
<string>$(CODEPUSH_KEY)</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/cafeteriaTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.8.4</string>
<string>4.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>428</string>
<string>429</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cafeteria",
"version": "4.8.4",
"version": "4.9.0",
"license": "GPLv3",
"repository": "https://github.com/inu-appcenter/cafeteria-mobile",
"scripts": {
Expand Down

0 comments on commit b3cc39d

Please sign in to comment.