Skip to content

Commit

Permalink
Bumping version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Apr 28, 2013
1 parent 92fb712 commit 94060e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TransformerKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'TransformerKit'
s.version = '0.2.0'
s.version = '0.2.1'
s.license = 'MIT'
s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.'
s.homepage = 'https://github.com/mattt/TransformerKit'
s.authors = { 'Mattt Thompson' => '[email protected]' }
s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.2.0' }
s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.2.1' }
s.source_files = 'TransformerKit'
s.requires_arc = true
end

0 comments on commit 94060e1

Please sign in to comment.