Skip to content

Commit a5c680f

Browse files
committed
0.17.0
1 parent 5bda33c commit a5c680f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CommandLine/CommandLine.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ extension SwiftDraw.CommandLine {
6868
static func printHelp() {
6969
print("")
7070
print("""
71-
swiftdraw, version 0.16.0
72-
copyright (c) 2023 Simon Whitty
71+
swiftdraw, version 0.17.0
72+
copyright (c) 2024 Simon Whitty
7373
7474
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
7575

SwiftDraw.podspec.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.16.1",
3+
"version": "0.17.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,11 +10,11 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.16.1"
13+
"tag": "0.17.0"
1414
},
1515
"platforms": {
16-
"ios": "12.0",
17-
"osx": "10.14"
16+
"ios": "13.0",
17+
"osx": "10.15"
1818
},
1919
"source_files": "SwiftDraw/**/*.swift",
2020
"ios": {

0 commit comments

Comments
 (0)