Skip to content

Commit a650264

Browse files
committed
Bump version number
3.6.1
1 parent ffd1f88 commit a650264

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Pageboy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.requires_arc = true
1212

13-
s.version = "3.6.0"
13+
s.version = "3.6.1"
1414
s.summary = "A simple, highly informative page view controller."
1515
s.description = <<-DESC
1616
A page view controller that provides simplified data source management, enhanced delegation and other useful features.

Sources/Pageboy.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
INFOPLIST_FILE = Pageboy/Info.plist;
711711
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
712712
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
713-
MARKETING_VERSION = 3.5.1;
713+
MARKETING_VERSION = 3.6.1;
714714
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
715715
PRODUCT_NAME = Pageboy;
716716
SKIP_INSTALL = YES;
@@ -729,7 +729,7 @@
729729
INFOPLIST_FILE = Pageboy/Info.plist;
730730
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
731731
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
732-
MARKETING_VERSION = 3.5.1;
732+
MARKETING_VERSION = 3.6.1;
733733
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
734734
PRODUCT_NAME = Pageboy;
735735
SKIP_INSTALL = YES;
@@ -771,7 +771,7 @@
771771
INFOPLIST_FILE = Pageboy/Info.plist;
772772
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
773773
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
774-
MARKETING_VERSION = 3.6.0;
774+
MARKETING_VERSION = 3.6.1;
775775
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
776776
PRODUCT_NAME = Pageboy;
777777
SDKROOT = appletvos;
@@ -792,7 +792,7 @@
792792
INFOPLIST_FILE = Pageboy/Info.plist;
793793
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
794794
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
795-
MARKETING_VERSION = 3.6.0;
795+
MARKETING_VERSION = 3.6.1;
796796
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
797797
PRODUCT_NAME = Pageboy;
798798
SDKROOT = appletvos;

0 commit comments

Comments
 (0)