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

Commit fd896a8

Browse files
committed
Update changelog and podspec
1 parent cc7b1d7 commit fd896a8

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.7.3
2+
- Improved calculations for inner ring angle.
3+
- Thanks to [@jeffro256](https://github.com/jeffro256) for committing.
4+
15
# Version 1.7.2
26

37
- Add `s.ios.deployment_target = "8.0"` to Podspec, thanks to [@younatics](https://github.com/younatics)

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