Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
totocaster committed Sep 28, 2018
1 parent ca00557 commit aa58c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Typist.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Typist"
s.version = "1.2.2"
s.version = "1.3"
s.summary = "Small Swift UIKit keyboard manager for iOS apps."

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/totocaster/Typist.git", :tag => "1.2.2" }
s.source = { :git => "https://github.com/totocaster/Typist.git", :tag => "1.3" }

s.source_files = 'Typist.swift'
s.framework = 'UIKit'
Expand Down

0 comments on commit aa58c42

Please sign in to comment.