Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed May 24, 2024
1 parent 5bda33c commit a5c680f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CommandLine/CommandLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ extension SwiftDraw.CommandLine {
static func printHelp() {
print("")
print("""
swiftdraw, version 0.16.0
copyright (c) 2023 Simon Whitty
swiftdraw, version 0.17.0
copyright (c) 2024 Simon Whitty
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
Expand Down
8 changes: 4 additions & 4 deletions SwiftDraw.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SwiftDraw",
"version": "0.16.1",
"version": "0.17.0",
"summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
"homepage": "https://github.com/swhitty/SwiftDraw",
"authors": "Simon Whitty",
Expand All @@ -10,11 +10,11 @@
},
"source": {
"git": "https://github.com/swhitty/SwiftDraw.git",
"tag": "0.16.1"
"tag": "0.17.0"
},
"platforms": {
"ios": "12.0",
"osx": "10.14"
"ios": "13.0",
"osx": "10.15"
},
"source_files": "SwiftDraw/**/*.swift",
"ios": {
Expand Down

0 comments on commit a5c680f

Please sign in to comment.