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

Commit fb26430

Browse files
committed
Update changelog and podspec
1 parent ff4505e commit fb26430

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.8.1
2+
3+
- Fix bug with not checking `shouldAnimateProperties` in the progress ring layer.
4+
15
# Version 1.8.0
26

37
Add new `animateProperties(duration:animations:completion:)` method.

UICircularProgressRing.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "UICircularProgressRing"
5-
s.version = "1.8.0"
5+
s.version = "1.8.1"
66
s.summary = "A highly customizable circular progress bar for iOS written in Swift 3"
77

88
s.description = <<-DESC

0 commit comments

Comments
 (0)