From bce2c87659c0ed868e6ef0aa1e05a330e202533f Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Mon, 8 Mar 2021 11:20:20 +0100 Subject: [PATCH] Update docs --- CHANGELOG.md | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaefb182..ce08e860 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/). #### 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) @@ -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`. diff --git a/README.md b/README.md index 1ddee129..08a342ba 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', '~> 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