Skip to content

Commit

Permalink
Bump version number to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrick Sapsford authored and Merrick Sapsford committed Apr 6, 2024
1 parent d143bd8 commit 2f47ec3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "uias/Pageboy" ~> 4.0.2
github "uias/Pageboy" ~> 4.1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tabman.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Tabman.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TM_VERSION=3.0.2
TM_VERSION=3.1.0
TM_IOS_DEPLOYMENT_TARGET=12.0

0 comments on commit 2f47ec3

Please sign in to comment.