Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
Bumping version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Mar 23, 2013
1 parent 61ca9fa commit d7f7463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.'
Expand Down

0 comments on commit d7f7463

Please sign in to comment.