Skip to content

Commit

Permalink
Incremented verion to 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Raeder committed Feb 6, 2020
1 parent cdb3b7b commit e645c8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BugsplatMac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BugsplatMac'
s.version = '1.0.16'
s.version = '1.0.17'
s.license = 'MIT'
s.homepage = 'http://bugsplat.com'
s.summary = 'Bugsplat macOS framework'
Expand Down
4 changes: 2 additions & 2 deletions BugsplatMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
"$(inherited)",
"$(PROJECT_DIR)/BugsplatMac/Vendor/PLCrashReporter",
);
MARKETING_VERSION = "${VERSION_STRING}";
MARKETING_VERSION = 1.0.17;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsplat.BugsplatMac;
PRODUCT_NAME = BugsplatMac;
SKIP_INSTALL = NO;
Expand All @@ -737,7 +737,7 @@
"$(inherited)",
"$(PROJECT_DIR)/BugsplatMac/Vendor/PLCrashReporter",
);
MARKETING_VERSION = "${VERSION_STRING}";
MARKETING_VERSION = 1.0.17;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsplat.BugsplatMac;
PRODUCT_NAME = BugsplatMac;
SKIP_INSTALL = NO;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Supporting/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>${VERSION_STRING}</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e645c8e

Please sign in to comment.