Skip to content

Commit b650c78

Browse files
committed
bump version to 4.0.2
1 parent f5723ef commit b650c78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

macos/Runner.xcodeproj/project.pbxproj

+3
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@
608608
"@executable_path/../Frameworks",
609609
);
610610
MACOSX_DEPLOYMENT_TARGET = 10.15;
611+
MARKETING_VERSION = 4.0.2;
611612
PRODUCT_BUNDLE_IDENTIFIER = dev.k7d.tomo;
612613
PROVISIONING_PROFILE_SPECIFIER = "";
613614
SWIFT_VERSION = 5.0;
@@ -746,6 +747,7 @@
746747
"@executable_path/../Frameworks",
747748
);
748749
MACOSX_DEPLOYMENT_TARGET = 10.15;
750+
MARKETING_VERSION = 4.0.2;
749751
PRODUCT_BUNDLE_IDENTIFIER = dev.k7d.tomo;
750752
PROVISIONING_PROFILE_SPECIFIER = "";
751753
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -770,6 +772,7 @@
770772
"@executable_path/../Frameworks",
771773
);
772774
MACOSX_DEPLOYMENT_TARGET = 10.15;
775+
MARKETING_VERSION = 4.0.2;
773776
PRODUCT_BUNDLE_IDENTIFIER = dev.k7d.tomo;
774777
PROVISIONING_PROFILE_SPECIFIER = "";
775778
SWIFT_VERSION = 5.0;

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none'
1515
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1616
# In Windows, build-name is used as the major, minor, and patch parts
1717
# of the product and file versions while build-number is used as the build suffix.
18-
version: 4.0.1+1
18+
version: 4.0.2+1
1919

2020
environment:
2121
sdk: '>=3.4.3 <4.0.0'

0 commit comments

Comments
 (0)