Skip to content

Commit 2d0a4ba

Browse files
author
Eddie Kaiger
committed
Bump pod version to 4.2.0. 🔥
1 parent 31affe4 commit 2d0a4ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎SwiftyAttributes.podspec‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "SwiftyAttributes"
5-
s.version = "4.1.1"
5+
s.version = "4.2.0"
66
s.summary = "A Swifty API for attributed strings."
77

88
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.homepage = "https://github.com/eddiekaiger/SwiftyAttributes"
1515
s.license = { :type => "MIT", :file => "LICENSE" }
1616
s.author = { "Eddie Kaiger" => "eddiekaiger@gmail.com" }
17-
s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v4.1.1" }
17+
s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v4.2.0" }
1818

1919
s.source_files = "SwiftyAttributes/Sources/common/*.swift"
2020
s.osx.source_files = "SwiftyAttributes/Sources/macOS/*.swift"

0 commit comments

Comments
 (0)