Skip to content

Commit

Permalink
Bumped to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matehat committed Jan 16, 2014
1 parent edac8a1 commit 5901ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MHTextSearch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MHTextSearch'
s.version = '0.2.1'
s.version = '0.2.2'
s.license = 'MIT'
s.summary = 'A fast embedded full-text indexing library for Objective-C.'
s.description = 'A fast embedded full-text indexing library, written in Objective-C, built on top of Objective-LevelDB.'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'

s.source = { :git => 'https://github.com/matehat/MHTextSearch.git', :tag => 'v0.2.1' }
s.source = { :git => 'https://github.com/matehat/MHTextSearch.git', :tag => 'v0.2.2' }

s.source_files = 'Classes/*.{h,m,mm}'
s.dependency 'Objective-LevelDB'
Expand Down

0 comments on commit 5901ea8

Please sign in to comment.