Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpiazza authored Jun 30, 2020
1 parent 4cebdde commit 0cb92d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Swift SVG parsing library
let package = Package(
...
dependencies: [
.package(url: "https://github.com/richardpiazza/SwiftSVG.git", from: "0.7.0")
.package(url: "https://github.com/richardpiazza/SwiftSVG.git", from: "0.8.0")
],
...
)
Expand All @@ -31,3 +31,7 @@ import SwiftSVG
```

## Features

## License

**SwiftSVG** is released under an [MIT License](https://github.com/richardpiazza/SwiftSVG/blob/master/LICENSE).

0 comments on commit 0cb92d9

Please sign in to comment.