From 8003f6667f7b0b3214305a5330b43cf7c64a839e Mon Sep 17 00:00:00 2001 From: Pol Quintana Date: Fri, 8 Apr 2016 18:16:51 +0200 Subject: [PATCH] 1.2.6 bump --- FillableLoaders.podspec | 4 ++-- README.md | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/FillableLoaders.podspec b/FillableLoaders.podspec index f44879a..5bd081a 100644 --- a/FillableLoaders.podspec +++ b/FillableLoaders.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "FillableLoaders" - s.version = "1.2.5" + s.version = "1.2.6" s.summary = "Completely customizable progress based loaders drawn using custom CGPaths" s.homepage = "https://github.com/poolqf/FillableLoaders" s.license = 'MIT' s.author = "Pol Quintana" - s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "1.2.5" } + s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "1.2.6" } s.platform = :ios, '8.0' s.source_files = 'Source' s.frameworks = 'UIKit' diff --git a/README.md b/README.md index 991015c..a949fe3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![](https://img.shields.io/badge/language-swift-blue.svg) -![](https://img.shields.io/badge/version-1.2.5-red.svg) +![](https://img.shields.io/badge/version-1.2.6-red.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) # FillableLoaders @@ -44,6 +44,9 @@ Rounded

###Changelog: +- __1.2.6__ (8 Apr 2016) + - Fixing issue with width assert + - Adapted to Swift 2.2 - __1.2.5__ (11 Dec 2015) - Precompiled framework using Xcode 7.2 - __1.2.4__ (28 Oct 2015) @@ -164,12 +167,12 @@ Height of the spike ``` use_frameworks! -pod 'FillableLoaders', '~>1.2.5' +pod 'FillableLoaders', '~>1.2.6' ``` ####• Carthage ``` -github "poolqf/FillableLoaders" ~> "1.2.5" +github "poolqf/FillableLoaders" ~> "1.2.6" ``` ###How to create my own CGPath?