Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Mar 8, 2021
1 parent d2e6d1e commit bce2c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
`Tabman` adheres to [Semantic Versioning](http://semver.org/).

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

---
## [2.11.0](https://github.com/uias/Tabman/releases/tag/2.11.0)
Released on 2021-03-XX
Released on 2021-03-08

#### Added
- Support for Dynamic Type to `TMLabelBarButton` with `adjustsFontForContentSizeCategory`.
Expand Down
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', '~> 2.10'
pod 'Tabman', '~> 2.11'
```

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

```ogdl
github "uias/Tabman" ~> 2.10
github "uias/Tabman" ~> 2.11
```

## 🚀 Usage
Expand Down

0 comments on commit bce2c87

Please sign in to comment.