Skip to content

Commit f5c0a89

Browse files
committed
Bump version for release
1 parent b512608 commit f5c0a89

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Cargo.lock
22
target
3+
releases
34

45
xi-modal-input/Cargo.lock
56
xi-modal-input/target

RustPlayground/RustPlayground.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@
634634
CLANG_ENABLE_MODULES = YES;
635635
CODE_SIGN_STYLE = Automatic;
636636
COMBINE_HIDPI_IMAGES = YES;
637+
CURRENT_PROJECT_VERSION = 4;
637638
INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
638639
LD_RUNPATH_SEARCH_PATHS = (
639640
"$(inherited)",
@@ -644,6 +645,7 @@
644645
"${BUILT_PRODUCTS_DIR}",
645646
);
646647
MACOSX_DEPLOYMENT_TARGET = 10.13;
648+
MARKETING_VERSION = 0.2.1;
647649
PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
648650
PRODUCT_MODULE_NAME = RustPlayground;
649651
PRODUCT_NAME = "Rust Playground";
@@ -661,6 +663,7 @@
661663
CLANG_ENABLE_MODULES = YES;
662664
CODE_SIGN_STYLE = Automatic;
663665
COMBINE_HIDPI_IMAGES = YES;
666+
CURRENT_PROJECT_VERSION = 4;
664667
INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
665668
LD_RUNPATH_SEARCH_PATHS = (
666669
"$(inherited)",
@@ -671,6 +674,7 @@
671674
"${BUILT_PRODUCTS_DIR}",
672675
);
673676
MACOSX_DEPLOYMENT_TARGET = 10.13;
677+
MARKETING_VERSION = 0.2.1;
674678
PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
675679
PRODUCT_MODULE_NAME = RustPlayground;
676680
PRODUCT_NAME = "Rust Playground";

RustPlayground/RustPlayground/Assets/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.2</string>
22+
<string>$(MARKETING_VERSION)</string>
2323
<key>CFBundleVersion</key>
24-
<string>3</string>
24+
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)