Skip to content

Commit 3ce2c41

Browse files
committed
0.11.1
1 parent 3ae91f6 commit 3ce2c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CommandLine/CommandLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extension SwiftDraw.CommandLine {
9898
static func printHelp() {
9999
print("")
100100
print("""
101-
swiftdraw, version 0.11.0
101+
swiftdraw, version 0.11.1
102102
copyright (c) 2022 Simon Whitty
103103
104104
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift] [--size wxh] [--scale 1x | 2x | 3x]

SwiftDraw.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
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.11.0"
13+
"tag": "0.11.1"
1414
},
1515
"platforms": {
1616
"ios": "10.0",

0 commit comments

Comments
 (0)