Skip to content

Commit

Permalink
[0.0.7] Update to swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shial4 committed Mar 26, 2019
1 parent 64761db commit 372f58e
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 354 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
5.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="http://swift.org">
<img src="https://img.shields.io/badge/Swift-3.0-brightgreen.svg" alt="Language" />
<img src="https://img.shields.io/badge/Swift-5.0-brightgreen.svg" alt="Language" />
</a>
<a href="https://raw.githubusercontent.com/shial4/SCountLabel/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
Expand Down
2 changes: 1 addition & 1 deletion SCountLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SCountLabel"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "Swift counting label."
s.description = <<-DESC
SCountLabel is an easy way to make your UIKit label count from one value to another!
Expand Down
Loading

0 comments on commit 372f58e

Please sign in to comment.