Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Aug 4, 2015
1 parent 1f2f1e3 commit 8d6d2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FGTranslator.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "FGTranslator"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "iOS library for Google and Bing translation services"
s.homepage = "https://github.com/gpolak/FGTranslator"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "6.0"

s.source = { :git => "https://github.com/gpolak/FGTranslator.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/gpolak/FGTranslator.git", :tag => "1.1.1" }

s.source_files = 'FGTranslator', 'FGTranslator/XMLDictionary'
s.requires_arc = true
Expand Down

0 comments on commit 8d6d2b1

Please sign in to comment.