From d7f7463df2e72a3ac979dc17cb4e586fb96a8879 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sat, 23 Mar 2013 12:38:15 -0400 Subject: [PATCH] Bumping version to 0.0.2 --- TTTLocalizedPluralString.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTTLocalizedPluralString.podspec b/TTTLocalizedPluralString.podspec index 92f8642..17e0c22 100644 --- a/TTTLocalizedPluralString.podspec +++ b/TTTLocalizedPluralString.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'TTTLocalizedPluralString' - s.version = '0.0.1' + s.version = '0.0.2' s.license = 'MIT' - s.source = { :git => 'https://github.com/mattt/TTTLocalizedPluralString.git', :tag => '0.0.1' } + s.source = { :git => 'https://github.com/mattt/TTTLocalizedPluralString.git', :tag => '0.0.2' } s.homepage = 'https://github.com/mattt/TTTLocalizedPluralString' s.author = { 'Mattt Thompson' => 'm@mattt.me' } s.summary = 'NSLocalizedString with a Count Argument.'