From e776ff84793cfb5c8898665fd14b3a4913a03505 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sun, 25 Aug 2019 15:29:54 +0200 Subject: [PATCH] Bump version number 3.4.0 --- Pageboy.podspec | 2 +- Sources/Pageboy.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pageboy.podspec b/Pageboy.podspec index 3ee48164..f0acecf7 100644 --- a/Pageboy.podspec +++ b/Pageboy.podspec @@ -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. diff --git a/Sources/Pageboy.xcodeproj/project.pbxproj b/Sources/Pageboy.xcodeproj/project.pbxproj index 59244129..f58c678d 100755 --- a/Sources/Pageboy.xcodeproj/project.pbxproj +++ b/Sources/Pageboy.xcodeproj/project.pbxproj @@ -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; @@ -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;