Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Sep 18, 2018
1 parent 1aff8c2 commit 8ed3fa3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@ All notable changes to the project will be documented in this file.

---

## Next

#### API breaking changes

N/A

#### Enhancements

N/A

## [3.0.0](https://github.com/tbaranes/IncrementableLabel/releases/tag/3.0.0) (18-09-2018)

#### API breaking changes

- Swift 4.2 and Xcode 10 support

## [2.0.0](https://github.com/tbaranes/IncrementableLabel/releases/tag/2.0.0) (28-11-2017)

#### API breaking changes

- Swift 4 and Xcode 9 support
- Swift 4.2 and Xcode 10 support

## [1.2.0](https://github.com/tbaranes/IncrementableLabel/releases/tag/1.2.0) (11-09-2016)

Expand Down
2 changes: 1 addition & 1 deletion IncrementableLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|

s.name = "IncrementableLabel"
s.module_name = "IncrementableLabel"
s.version = "2.0.0"
s.version = "3.0.0"
s.summary = "IncrementableLabel is the easiest way to have incrementable numbers in an UILabel!"
s.description = "IncrementableLabel is the easiest way to have incrementable numbers in an UILabel! Available on iOS and tVOS"
s.homepage = "https://github.com/recisio/IncrementableLabel"
Expand Down

0 comments on commit 8ed3fa3

Please sign in to comment.