Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Update changelog and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Oct 3, 2018
1 parent d4701ba commit 78c36d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 4.1.0

- Fix issues with border drawing and crashes related to it.
Thanks to [@abdulla-allaith](https://github.com/abdulla-allaith) for the PR!

# Version 4.0.0

- Migrate to Swift 4.2, thanks to [@chirs-redbeed](https://github.com/chris-redbeed) for initial migration
Expand Down
2 changes: 1 addition & 1 deletion UICircularProgressRing.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "UICircularProgressRing"
s.version = "4.0.0"
s.version = "4.1.0"
s.summary = "A highly customizable circular progress bar for iOS written in Swift"

s.description = <<-DESC
Expand Down

0 comments on commit 78c36d2

Please sign in to comment.