diff --git a/README.md b/README.md index d0cbe5c..aec1fc5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ let package = Package( // name, platforms, products, etc. dependencies: [ // other dependencies - .package(url: "https://github.com/nnabeyang/SVGUIView", from: "0.5.0"), + .package(url: "https://github.com/nnabeyang/SVGUIView", from: "0.5.1"), ], targets: [ .executableTarget(name: "", dependencies: [ diff --git a/SVGUIView.podspec b/SVGUIView.podspec index 07cab7d..c1a09af 100644 --- a/SVGUIView.podspec +++ b/SVGUIView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SVGUIView" - s.version = "0.5.0" + s.version = "0.5.1" s.summary = "An UIView that displays a single SVG image in your interface." s.homepage = "https://github.com/nnabeyang/SVGUIView" s.license = { :type => "MIT", :file => "LICENSE" }