Skip to content

Commit a106835

Browse files
committed
Bump version number
1 parent f3e97f5 commit a106835

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Xcodes.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@
993993
CODE_SIGN_IDENTITY = "-";
994994
CODE_SIGN_STYLE = Manual;
995995
COMBINE_HIDPI_IMAGES = YES;
996-
CURRENT_PROJECT_VERSION = 13;
996+
CURRENT_PROJECT_VERSION = 14;
997997
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
998998
DEVELOPMENT_TEAM = "";
999999
ENABLE_HARDENED_RUNTIME = NO;
@@ -1003,7 +1003,7 @@
10031003
"$(inherited)",
10041004
"@executable_path/../Frameworks",
10051005
);
1006-
MARKETING_VERSION = 1.5.0;
1006+
MARKETING_VERSION = 1.6.0;
10071007
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
10081008
PRODUCT_NAME = Xcodes;
10091009
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1234,7 +1234,7 @@
12341234
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
12351235
CODE_SIGN_STYLE = Automatic;
12361236
COMBINE_HIDPI_IMAGES = YES;
1237-
CURRENT_PROJECT_VERSION = 13;
1237+
CURRENT_PROJECT_VERSION = 14;
12381238
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
12391239
DEVELOPMENT_TEAM = PBH8V487HB;
12401240
ENABLE_HARDENED_RUNTIME = YES;
@@ -1244,7 +1244,7 @@
12441244
"$(inherited)",
12451245
"@executable_path/../Frameworks",
12461246
);
1247-
MARKETING_VERSION = 1.5.0;
1247+
MARKETING_VERSION = 1.6.0;
12481248
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
12491249
PRODUCT_NAME = Xcodes;
12501250
SWIFT_VERSION = 5.0;
@@ -1258,7 +1258,7 @@
12581258
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
12591259
CODE_SIGN_STYLE = Automatic;
12601260
COMBINE_HIDPI_IMAGES = YES;
1261-
CURRENT_PROJECT_VERSION = 13;
1261+
CURRENT_PROJECT_VERSION = 14;
12621262
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
12631263
DEVELOPMENT_TEAM = PBH8V487HB;
12641264
ENABLE_HARDENED_RUNTIME = YES;
@@ -1268,7 +1268,7 @@
12681268
"$(inherited)",
12691269
"@executable_path/../Frameworks",
12701270
);
1271-
MARKETING_VERSION = 1.5.0;
1271+
MARKETING_VERSION = 1.6.0;
12721272
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
12731273
PRODUCT_NAME = Xcodes;
12741274
SWIFT_VERSION = 5.0;

Xcodes/Resources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>13</string>
22+
<string>14</string>
2323
<key>CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT</key>
2424
<string>$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)</string>
2525
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)