Skip to content

Commit 16c2a9b

Browse files
committed
chore(release): v4.4.0
1 parent 6b68765 commit 16c2a9b

6 files changed

Lines changed: 11 additions & 14 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 401
80-
versionName "4.3.1"
79+
versionCode 402
80+
versionName "4.4.0"
8181
}
8282

8383
splits {

ios/cafeteria.xcodeproj/project.pbxproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,15 +504,14 @@
504504
CODE_SIGN_IDENTITY = "Apple Development";
505505
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
506506
CODE_SIGN_STYLE = Automatic;
507-
CURRENT_PROJECT_VERSION = 401;
507+
CURRENT_PROJECT_VERSION = 403;
508508
DEVELOPMENT_TEAM = AANGG4Q668;
509509
ENABLE_BITCODE = NO;
510510
INFOPLIST_FILE = cafeteria/Info.plist;
511511
LD_RUNPATH_SEARCH_PATHS = (
512512
"$(inherited)",
513513
"@executable_path/Frameworks",
514514
);
515-
MARKETING_VERSION = 4.3.0;
516515
OTHER_LDFLAGS = (
517516
"$(inherited)",
518517
"-ObjC",
@@ -535,14 +534,13 @@
535534
CLANG_ENABLE_MODULES = YES;
536535
CODE_SIGN_IDENTITY = "Apple Distribution";
537536
CODE_SIGN_STYLE = Manual;
538-
CURRENT_PROJECT_VERSION = 401;
537+
CURRENT_PROJECT_VERSION = 403;
539538
DEVELOPMENT_TEAM = AANGG4Q668;
540539
INFOPLIST_FILE = cafeteria/Info.plist;
541540
LD_RUNPATH_SEARCH_PATHS = (
542541
"$(inherited)",
543542
"@executable_path/Frameworks",
544543
);
545-
MARKETING_VERSION = 4.3.0;
546544
OTHER_LDFLAGS = (
547545
"$(inherited)",
548546
"-ObjC",
@@ -624,14 +622,13 @@
624622
CLANG_ENABLE_MODULES = YES;
625623
CODE_SIGN_IDENTITY = "Apple Development";
626624
CODE_SIGN_STYLE = Automatic;
627-
CURRENT_PROJECT_VERSION = 401;
625+
CURRENT_PROJECT_VERSION = 403;
628626
DEVELOPMENT_TEAM = AANGG4Q668;
629627
INFOPLIST_FILE = cafeteria/Info.plist;
630628
LD_RUNPATH_SEARCH_PATHS = (
631629
"$(inherited)",
632630
"@executable_path/Frameworks",
633631
);
634-
MARKETING_VERSION = 4.3.0;
635632
OTHER_LDFLAGS = (
636633
"$(inherited)",
637634
"-ObjC",

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.3.1</string>
20+
<string>4.4.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>403</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.3.1</string>
18+
<string>4.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>401</string>
22+
<string>403</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.1",
3+
"version": "4.4.0",
44
"license": "GPLv3",
55
"repository": "https://github.com/inu-appcenter/cafeteria-mobile",
66
"scripts": {

0 commit comments

Comments
 (0)