Skip to content

Commit fceaa32

Browse files
Bump to v8.0.1
1 parent 13f3e68 commit fceaa32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WSStoreKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WSStoreKit"
3-
s.version = "8.0.0"
3+
s.version = "8.0.1"
44
s.summary = "Convenient wrapper around StoreKit."
55
s.homepage = "https://github.com/whitesmith/WSStoreKit"
66
s.license = 'MIT'

WSStoreKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
INFOPLIST_FILE = Source/Info.plist;
490490
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
491491
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
492-
MARKETING_VERSION = 8.0.0;
492+
MARKETING_VERSION = 8.0.1;
493493
MODULEMAP_FILE = Source/WSStoreKit.modulemap;
494494
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSStoreKit;
495495
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -523,7 +523,7 @@
523523
INFOPLIST_FILE = Source/Info.plist;
524524
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
525525
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
526-
MARKETING_VERSION = 8.0.0;
526+
MARKETING_VERSION = 8.0.1;
527527
MODULEMAP_FILE = Source/WSStoreKit.modulemap;
528528
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSStoreKit;
529529
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)