diff --git a/CHANGELOG.md b/CHANGELOG.md index 27974b91..f5e7b86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `Tabman` adheres to [Semantic Versioning](http://semver.org/). #### 3.x Releases +- `3.2.x` Releases - [3.2.0](#320) - `3.1.x` Releases - [3.1.0](#310) - `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) @@ -42,6 +43,13 @@ All notable changes to this project will be documented in this file. - `0.5.x` Releases - [0.5.0](#050) | [0.5.1](#051) | [0.5.2](#052) | [0.5.3](#053) - `0.4.x` Releases - [0.4.0](#040) | [0.4.1](#041) | [0.4.2](#042) | [0.4.3](#043) | [0.4.4](#044) | [0.4.5](#045) | [0.4.6](#046) | [0.4.7](#047) | [0.4.8](#048) +--- +## [3.2.0](https://github.com/uias/Tabman/releases/tag/3.2.0) +Released on 2024-04-14 + +#### Updated +- Downgraded SPM Swift requirement to Swift 5.7 (Xcode 14). + --- ## [3.1.0](https://github.com/uias/Tabman/releases/tag/3.1.0) Released on 2024-04-06 diff --git a/README.md b/README.md index 95cc450c..efdc2ea7 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.1' +pod 'Tabman', '~> 3.2' ``` ### Carthage Tabman is also available through [Carthage](https://github.com/Carthage/Carthage): ```ogdl -github "uias/Tabman" ~> 3.1 +github "uias/Tabman" ~> 3.2 ``` ## 🚀 Usage diff --git a/Tabman.podspec b/Tabman.podspec index ed5bda1d..748be597 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.1.0" + s.version = "3.2.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 7b4441cf..e6e80eca 100644 --- a/Tabman.xcconfig +++ b/Tabman.xcconfig @@ -1,2 +1,2 @@ -TM_VERSION=3.1.0 +TM_VERSION=3.2.0 TM_IOS_DEPLOYMENT_TARGET=12.0