From 44b511897d6dfca90a6495ea1dd33c79c7452eab Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Mon, 13 Mar 2017 16:11:53 -0700 Subject: [PATCH] Release 1.8.2 --- FormatterKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FormatterKit.podspec b/FormatterKit.podspec index 90d2c735..7ae7d822 100644 --- a/FormatterKit.podspec +++ b/FormatterKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FormatterKit' - s.version = '1.8.1' + s.version = '1.8.2' s.license = { :type => 'MIT' } s.summary = '`stringWithFormat:` for the sophisticated hacker set.' s.homepage = 'https://github.com/mattt/FormatterKit'