From 2f47ec3579780f51d94fa187d8bdbf324d7d77e7 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sat, 6 Apr 2024 08:54:40 +0100 Subject: [PATCH] Bump version number to 3.1.0 --- Cartfile | 2 +- README.md | 4 ++-- Tabman.podspec | 2 +- Tabman.xcconfig | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cartfile b/Cartfile index b0243bed..ef2f64c0 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "uias/Pageboy" ~> 4.0.2 \ No newline at end of file +github "uias/Pageboy" ~> 4.1.0 \ No newline at end of file diff --git a/README.md b/README.md index aa8fe77b..95cc450c 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Tabman is compatible with [Swift Package Manager](https://swift.org/package-mana Tabman is also available through [CocoaPods](http://cocoapods.org): ```ruby -pod 'Tabman', '~> 3.0' +pod 'Tabman', '~> 3.1' ``` ### Carthage Tabman is also available through [Carthage](https://github.com/Carthage/Carthage): ```ogdl -github "uias/Tabman" ~> 3.0 +github "uias/Tabman" ~> 3.1 ``` ## 🚀 Usage diff --git a/Tabman.podspec b/Tabman.podspec index 3f92b78e..245a60d3 100644 --- a/Tabman.podspec +++ b/Tabman.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.swift_versions = ['5.0'] end - s.version = "3.0.2" + s.version = "3.1.0" s.summary = "A powerful paging view controller with indicator bar." s.description = <<-DESC Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar. diff --git a/Tabman.xcconfig b/Tabman.xcconfig index 33e0fbf2..7b4441cf 100644 --- a/Tabman.xcconfig +++ b/Tabman.xcconfig @@ -1,2 +1,2 @@ -TM_VERSION=3.0.2 +TM_VERSION=3.1.0 TM_IOS_DEPLOYMENT_TARGET=12.0