From 517dcbf94a681a11d4fcd435bd0b59f15b82e2c1 Mon Sep 17 00:00:00 2001 From: Justus Kandzi Date: Tue, 10 Oct 2017 17:55:11 +0200 Subject: [PATCH] update podspec --- Progress.swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Progress.swift.podspec b/Progress.swift.podspec index 56f1767..efedc7a 100644 --- a/Progress.swift.podspec +++ b/Progress.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Progress.swift' - s.version = '0.2.0' + s.version = '0.3.0' s.license = 'MIT' s.summary = 'Instantly add beautiful progress bars to your Swift loops.' s.description = <<-DESC