Skip to content

Commit

Permalink
Bump to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Nov 25, 2020
1 parent 13f3e68 commit fceaa32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WSStoreKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WSStoreKit"
s.version = "8.0.0"
s.version = "8.0.1"
s.summary = "Convenient wrapper around StoreKit."
s.homepage = "https://github.com/whitesmith/WSStoreKit"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions WSStoreKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 8.0.0;
MARKETING_VERSION = 8.0.1;
MODULEMAP_FILE = Source/WSStoreKit.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSStoreKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -523,7 +523,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 8.0.0;
MARKETING_VERSION = 8.0.1;
MODULEMAP_FILE = Source/WSStoreKit.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSStoreKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down

0 comments on commit fceaa32

Please sign in to comment.