Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nnabeyang committed Jul 15, 2023
1 parent 2fb4443 commit f7e61a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<executable-target-name>", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SVGUIView.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit f7e61a1

Please sign in to comment.