Skip to content

Commit dbb4ef9

Browse files
committed
0.24.0
1 parent 4fd2438 commit dbb4ef9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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.23.0
71+
swiftdraw, version 0.24.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]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Available keys for --format swift:
102102
103103
Available keys for --format sfsymbol:
104104
--insets alignment of regular variant: top,left,bottom,right | auto
105+
--size size category to generate: small, medium large. (default is small)
105106
--ultralight svg file of ultralight variant
106107
--ultralight-insets alignment of ultralight variant: top,left,bottom,right | auto
107108
--black svg file of black variant

SwiftDraw.podspec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
55
"homepage": "https://github.com/swhitty/SwiftDraw",
66
"authors": "Simon Whitty",
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.23.0"
13+
"tag": "0.24.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",
@@ -45,6 +45,6 @@
4545
"OTHER_SWIFT_FLAGS": "-package-name SwiftDraw"
4646
},
4747
"dependencies": {
48-
"SwiftDrawDOM": "~> 0.23.0"
48+
"SwiftDrawDOM": "~> 0.24.0"
4949
}
5050
}

SwiftDrawDOM.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDrawDOM",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
55
"homepage": "https://github.com/swhitty/SwiftDraw",
66
"authors": "Simon Whitty",
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.23.0"
13+
"tag": "0.24.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",

0 commit comments

Comments
 (0)