Skip to content
This repository has been archived by the owner on Jun 30, 2021. 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
Luis Padron committed Jun 13, 2017
1 parent 5d877ae commit 04f8770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# UIEmptyState Changelog

## Version 0.8.1

- Make sure `.swift-version` is included in pod to fix warnings in Xcode 9

## Version 0.8.0

- Updated for Swift 4 and Xcode 9
Expand Down
2 changes: 1 addition & 1 deletion UIEmptyState.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "UIEmptyState"
s.version = "0.8.0"
s.version = "0.8.1"
s.summary = "An empty state control to give visually appealing context when building iOS applications."
s.description = <<-DESC
Empty state control which gives context with either a message, image, and buttons to the user when ever there is a reason the state is empty.
Expand Down

0 comments on commit 04f8770

Please sign in to comment.