Skip to content

Commit 318700a

Browse files
committed
Bumped version number
1 parent 7c4bf11 commit 318700a

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Config/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

ImageViewer.swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
"@executable_path/Frameworks",
360360
"@loader_path/Frameworks",
361361
);
362+
MARKETING_VERSION = 3.2.0;
362363
PRODUCT_BUNDLE_IDENTIFIER = "com.michaelhenry.ImageViewer-swift";
363364
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
364365
SKIP_INSTALL = YES;
@@ -386,6 +387,7 @@
386387
"@executable_path/Frameworks",
387388
"@loader_path/Frameworks",
388389
);
390+
MARKETING_VERSION = 3.2.0;
389391
PRODUCT_BUNDLE_IDENTIFIER = "com.michaelhenry.ImageViewer-swift";
390392
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
391393
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)