Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Mar 30, 2019
1 parent acdb8fd commit 3f7290b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
osx_image: xcode10.1
env: SWIFT_SNAPSHOT=4.2
osx_image: xcode10.2
env: SWIFT_SNAPSHOT=5.0

cache: cocoapods
podfile: Example/Podfile
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

-----

## [5.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/5.0.0) (2019-03-20)

- Update to Swift 5.0.

---

## [4.3.1](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.3.1) (2019-03-14)

#### Fix
Expand Down
2 changes: 1 addition & 1 deletion EFCountingLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EFCountingLabel'
s.version = '4.3.1'
s.version = '5.0.0'
s.summary = 'A label which can show number change animated.'

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
|:--------|:-------------------------------------|
| 1.x | Xcode 8.0+<br>Swift 3.0+<br>iOS 8.0+ |
| 4.x | Xcode 9.0+<br>Swift 4.0+<br>iOS 8.0+ |
| 5.x | Xcode 9.0+<br>Swift 5.0+<br>iOS 8.0+ |

## Installation

Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ git clone [email protected]:EFPrefix/EFCountingLabel.git; cd EFCountingLabel/Exampl
|:--------|:-------------------------------------|
| 1.x | Xcode 8.0+<br>Swift 3.0+<br>iOS 8.0+ |
| 4.x | Xcode 9.0+<br>Swift 4.0+<br>iOS 8.0+ |
| 5.x | Xcode 9.0+<br>Swift 5.0+<br>iOS 8.0+ |

## 安装

Expand Down

0 comments on commit 3f7290b

Please sign in to comment.