Skip to content

Commit de649b9

Browse files
committed
bump podspec version to 1.3.2
1 parent 9cc8130 commit de649b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ScrollStackController.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 = "ScrollStackController"
3-
s.version = "1.3.1"
3+
s.version = "1.3.2"
44
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
55
s.homepage = "https://github.com/malcommac/ScrollStackController"
66
s.license = { :type => "MIT", :file => "LICENSE" }

ScrollStackController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
545545
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
546546
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
547-
MARKETING_VERSION = 1.3.0;
547+
MARKETING_VERSION = 1.3.2;
548548
ONLY_ACTIVE_ARCH = NO;
549549
PRODUCT_BUNDLE_IDENTIFIER = "com.ScrollStackController.ScrollStackController-iOS";
550550
PRODUCT_NAME = ScrollStackController;
@@ -569,7 +569,7 @@
569569
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
570570
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
571571
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
572-
MARKETING_VERSION = 1.3.0;
572+
MARKETING_VERSION = 1.3.2;
573573
PRODUCT_BUNDLE_IDENTIFIER = "com.ScrollStackController.ScrollStackController-iOS";
574574
PRODUCT_NAME = ScrollStackController;
575575
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)