Skip to content

Commit 29c742c

Browse files
committed
update version to 2.0.18
1 parent 856ae03 commit 29c742c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/deploy_to_playstore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Create Upload Keystore file
5454
run: |
55-
echo "$PLAY_STORE_UPLOAD_KEY" | base64 --decode > app/upload-keystore.jks
55+
echo "$PLAY_STORE_UPLOAD_KEY" | base64 --decode > app/meditokey.jks
5656
env:
5757
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
5858
working-directory: android

ios/Runner.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
CLANG_ENABLE_MODULES = YES;
426426
CODE_SIGN_IDENTITY = "Apple Development";
427427
CODE_SIGN_STYLE = Automatic;
428-
CURRENT_PROJECT_VERSION = 20017;
428+
CURRENT_PROJECT_VERSION = 20018;
429429
DEVELOPMENT_TEAM = JLKV36C38P;
430430
ENABLE_BITCODE = NO;
431431
FRAMEWORK_SEARCH_PATHS = (
@@ -438,7 +438,7 @@
438438
"$(inherited)",
439439
"$(PROJECT_DIR)/Flutter",
440440
);
441-
MARKETING_VERSION = 2.0.17;
441+
MARKETING_VERSION = 2.0.18;
442442
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
443443
PRODUCT_NAME = Runner;
444444
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -563,7 +563,7 @@
563563
CLANG_ENABLE_MODULES = YES;
564564
CODE_SIGN_IDENTITY = "Apple Development";
565565
CODE_SIGN_STYLE = Automatic;
566-
CURRENT_PROJECT_VERSION = 20017;
566+
CURRENT_PROJECT_VERSION = 20018;
567567
DEVELOPMENT_TEAM = JLKV36C38P;
568568
ENABLE_BITCODE = NO;
569569
FRAMEWORK_SEARCH_PATHS = (
@@ -576,7 +576,7 @@
576576
"$(inherited)",
577577
"$(PROJECT_DIR)/Flutter",
578578
);
579-
MARKETING_VERSION = 2.0.17;
579+
MARKETING_VERSION = 2.0.18;
580580
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
581581
PRODUCT_NAME = Runner;
582582
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -596,7 +596,7 @@
596596
CLANG_ENABLE_MODULES = YES;
597597
CODE_SIGN_IDENTITY = "Apple Development";
598598
CODE_SIGN_STYLE = Automatic;
599-
CURRENT_PROJECT_VERSION = 20017;
599+
CURRENT_PROJECT_VERSION = 20018;
600600
DEVELOPMENT_TEAM = JLKV36C38P;
601601
ENABLE_BITCODE = NO;
602602
FRAMEWORK_SEARCH_PATHS = (
@@ -609,7 +609,7 @@
609609
"$(inherited)",
610610
"$(PROJECT_DIR)/Flutter",
611611
);
612-
MARKETING_VERSION = 2.0.17;
612+
MARKETING_VERSION = 2.0.18;
613613
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
614614
PRODUCT_NAME = Runner;
615615
PROVISIONING_PROFILE_SPECIFIER = "";
Binary file not shown.

ios/build/XCBuildData/build.db

0 Bytes
Binary file not shown.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A meditation learning tool
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 2.0.17+20017
14+
version: 2.0.18+20018
1515
environment:
1616
sdk: ">=2.6.0 <3.0.0"
1717

0 commit comments

Comments
 (0)