We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b5451 commit a195947Copy full SHA for a195947
CommandLine/CommandLine.swift
@@ -68,7 +68,7 @@ extension SwiftDraw.CommandLine {
68
static func printHelp() {
69
print("")
70
print("""
71
-swiftdraw, version 0.21.0
+swiftdraw, version 0.22.0
72
copyright (c) 2025 Simon Whitty
73
74
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
SwiftDraw.podspec.json
@@ -10,7 +10,7 @@
10
},
11
"source": {
12
"git": "https://github.com/swhitty/SwiftDraw.git",
13
- "tag": "0.21.0"
+ "tag": "0.22.0"
14
15
"platforms": {
16
"ios": "13.0",
0 commit comments