Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
3.4.0
  • Loading branch information
msaps committed Aug 25, 2019
1 parent b0384a5 commit e776ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pageboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.version = "3.3.0"
s.version = "3.4.0"
s.summary = "A simple, highly informative page view controller."
s.description = <<-DESC
A page view controller that provides simplified data source management, enhanced delegation and other useful features.
Expand Down
2 changes: 2 additions & 0 deletions Sources/Pageboy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@
INFOPLIST_FILE = Pageboy/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
PRODUCT_NAME = Pageboy;
SKIP_INSTALL = YES;
Expand All @@ -722,6 +723,7 @@
INFOPLIST_FILE = Pageboy/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
PRODUCT_NAME = Pageboy;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit e776ff8

Please sign in to comment.