Skip to content

Commit

Permalink
Bump version in podspec to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjclark committed Jan 14, 2021
1 parent b7f8bce commit cab94d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftTweaks.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftTweaks"
s.version = "4.1.0"
s.version = "4.1.1"

s.summary = "Tweak your Swift-based app on-device."
s.description = "SwiftTweaks is a way to adjust your Swift-based iOS app on-device without needing to recompile. Read more about it on our blog: http://engineering.khanacademy.org/posts/introducing-swifttweaks.htm"
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "10.0"

s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.1.0", :submodules => true }
s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.1.1", :submodules => true }
s.source_files = "SwiftTweaks/**/*.swift"
s.resources = "SwiftTweaks/*.xcassets"

Expand Down

0 comments on commit cab94d7

Please sign in to comment.