From 57cf11bc7cf0b1039e781c4edcf73b9d3380f342 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Wed, 26 Apr 2017 20:31:07 +0100 Subject: [PATCH] Update version number --- Sources/Tabman/Info.plist | 2 +- Tabman.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Tabman/Info.plist b/Sources/Tabman/Info.plist index 2a8782ae..227d5713 100644 --- a/Sources/Tabman/Info.plist +++ b/Sources/Tabman/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.8 + 0.5.0.beta.1 CFBundleVersion AUTO_GENERATED NSPrincipalClass diff --git a/Tabman.podspec b/Tabman.podspec index 80d24938..516215ac 100644 --- a/Tabman.podspec +++ b/Tabman.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.platform = :ios, "9.0" s.requires_arc = true - s.version = "0.4.8" + s.version = "0.5.0.beta.1" s.summary = "A powerful paging view controller with indicator bar for iOS" s.description = <<-DESC Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.