Skip to content

Commit 17d55c1

Browse files
committed
0.25.3
1 parent 4cc7c66 commit 17d55c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CommandLine/CommandLine.swift

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

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.25.2",
3+
"version": "0.25.3",
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.25.2"
13+
"tag": "0.25.3"
1414
},
1515
"platforms": {
1616
"ios": "13.0",
@@ -41,6 +41,6 @@
4141
"OTHER_SWIFT_FLAGS": "-package-name SwiftDraw"
4242
},
4343
"dependencies": {
44-
"SwiftDrawDOM": "~> 0.25.2"
44+
"SwiftDrawDOM": "~> 0.25.3"
4545
}
4646
}

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.25.2",
3+
"version": "0.25.3",
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.25.2"
13+
"tag": "0.25.3"
1414
},
1515
"platforms": {
1616
"ios": "13.0",

0 commit comments

Comments
 (0)