Skip to content

Commit

Permalink
feat: Bump version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe Catalán committed Jul 24, 2018
1 parent a6de534 commit 4f874a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file

## [New face (1.2.2)](https://github.com/Juanpe/SkeletonView/releases/tag/1.2.2)

### New

- Rebranding

### Bug fixes
- Solved issue [#23](https://github.com/Juanpe/SkeletonView/issues/23). Problem with UIStackView . (thanks @giantramen )

## [State (1.2.1)](https://github.com/Juanpe/SkeletonView/releases/tag/1.2.1)

### New
Expand Down
2 changes: 1 addition & 1 deletion SkeletonView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SkeletonView"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "An elegant way to show users that something is happening and also prepare them to which contents he is waiting"
s.description = <<-DESC
Today almost all apps have async processes, as API requests, long runing processes, etc. And while the processes are working, usually developers place a loading view to show users that something is going on.
Expand Down

0 comments on commit 4f874a8

Please sign in to comment.