Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Mar 29, 2019
1 parent e2a6940 commit 02a2d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Toaster.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Toaster"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "Toast for Swift"
s.homepage = "http://github.com/devxoul/Toaster"
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
Expand All @@ -11,4 +11,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/*.{swift,h}'
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
s.requires_arc = true
s.swift_version = "5.0"
end

0 comments on commit 02a2d6c

Please sign in to comment.