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

Commit 209889d

Browse files
committed
Update spec and changelog
1 parent 570b77b commit 209889d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.7.1
2+
3+
- Fix issue where outer ring width couldn't be smaller than inner ring width.
4+
Thanks to: [SwiftTsubame](https://github.com/SwiftTsubame) for the contribution.
5+
16
# Version 1.7.0
27

38
#### Highlight: New `UICircularProgressRingView.minValue` property.

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.7.0"
5+
s.version = "1.7.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)