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

Commit 241ece6

Browse files
author
Luis Padron
committed
Update change log, swift version, and podspec
1 parent ea366f4 commit 241ece6

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.0

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Version 1.5.5 (latest)
1+
# Version 1.6.0
2+
3+
#### Highlight: Updated for Xcode 9 and Swift 4
4+
5+
- Updated project settings to recommended Xcode settings
6+
- Updated language to Swift 4
7+
- Updated `@objc inference` to `default`
8+
9+
# Version 1.5.5
210

311
#### Highlight: New Progress ring style `gradient` added!
412

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.5.5"
5+
s.version = "1.6.0"
66
s.summary = "A highly customizable circular progress bar for iOS written in Swift 3"
77

88
s.description = <<-DESC

UICircularProgressRing.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

0 commit comments

Comments
 (0)