Skip to content

Commit a195947

Browse files
committed
0.22.0
1 parent a4b5451 commit a195947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CommandLine/CommandLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension SwiftDraw.CommandLine {
6868
static func printHelp() {
6969
print("")
7070
print("""
71-
swiftdraw, version 0.21.0
71+
swiftdraw, version 0.22.0
7272
copyright (c) 2025 Simon Whitty
7373
7474
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]

SwiftDraw.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.21.0"
13+
"tag": "0.22.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",

0 commit comments

Comments
 (0)