docs: bump and update CHANGELOG file

This commit is contained in:
Juanpe Catalán
2020-09-10 10:59:04 +02:00
parent 0521be6d6e
commit 0adc9683ee
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SkeletonView"
s.version = "1.8.8"
s.version = "1.9"
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.