File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ extension SwiftDraw.CommandLine {
68
68
static func printHelp( ) {
69
69
print ( " " )
70
70
print ( """
71
- swiftdraw, version 0.18.0
71
+ swiftdraw, version 0.18.1
72
72
copyright (c) 2024 Simon Whitty
73
73
74
74
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SwiftDraw" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"summary" : " A Swift library that adds support for SVG files to UIImage and NSImage." ,
5
5
"homepage" : " https://github.com/swhitty/SwiftDraw" ,
6
6
"authors" : " Simon Whitty" ,
10
10
},
11
11
"source" : {
12
12
"git" : " https://github.com/swhitty/SwiftDraw.git" ,
13
- "tag" : " 0.18.0 "
13
+ "tag" : " 0.18.1 "
14
14
},
15
15
"platforms" : {
16
16
"ios" : " 13.0" ,
You can’t perform that action at this time.
0 commit comments