Skip to content

Commit 4896e0b

Browse files
committed
Update docs
1 parent a516b53 commit 4896e0b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ All notable changes to this project will be documented in this file.
4343

4444
---
4545
## [3.0.0](https://github.com/uias/Tabman/releases/tag/3.0.0)
46-
Released on TBD
46+
Released on 2022-11-02
47+
48+
#### Added
49+
- Support for Xcode 14.
4750

4851
#### Updated
52+
- Tabman now requires iOS 11 or newer.
4953
- `delegate` is now `unavailable` on `TabmanViewController`.
5054

5155
---

Docs/Tabman 3 Migration Guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Tabman 3 is the latest major release of Tabman; A powerful paging view controlle
66

77
## Requirements
88
- iOS 11
9-
- Xcode 12
9+
- Xcode 12 or newer
1010
- Swift 5
1111

1212
## What's new
13-
14-
TODO
13+
- Added support for Xcode 14.
14+
- Updated minimum deployment target to iOS 11.
1515

1616
## API Changes
1717
- `TabmanViewController.delegate` is now `unavailable` and can not be used.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Tabman is compatible with [Swift Package Manager](https://swift.org/package-mana
3333
Tabman is also available through [CocoaPods](http://cocoapods.org):
3434

3535
```ruby
36-
pod 'Tabman', '~> 2.13'
36+
pod 'Tabman', '~> 3.0'
3737
```
3838

3939
### Carthage

0 commit comments

Comments
 (0)