Skip to content

Commit bce2c87

Browse files
committed
Update docs
1 parent d2e6d1e commit bce2c87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33
`Tabman` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### 2.x Releases
6+
- `2.11.x` Releases - [2.11.0](#2110)
67
- `2.10.x` Releases - [2.10.0](#2100)
78
- `2.9.x` Releases - [2.9.0](#290) | [2.9.1](#291)
89
- `2.8.x` Releases - [2.8.0](#280) | [2.8.1](#281) | [2.8.2](#282)
@@ -37,7 +38,7 @@ All notable changes to this project will be documented in this file.
3738

3839
---
3940
## [2.11.0](https://github.com/uias/Tabman/releases/tag/2.11.0)
40-
Released on 2021-03-XX
41+
Released on 2021-03-08
4142

4243
#### Added
4344
- Support for Dynamic Type to `TMLabelBarButton` with `adjustsFontForContentSizeCategory`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ 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.10'
36+
pod 'Tabman', '~> 2.11'
3737
```
3838

3939
### Carthage
4040
Tabman is also available through [Carthage](https://github.com/Carthage/Carthage):
4141

4242
```ogdl
43-
github "uias/Tabman" ~> 2.10
43+
github "uias/Tabman" ~> 2.11
4444
```
4545

4646
## 🚀 Usage

0 commit comments

Comments
 (0)