Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Nov 14, 2023
1 parent 1b993a4 commit 221505a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CommandLine/CommandLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension SwiftDraw.CommandLine {
static func printHelp() {
print("")
print("""
swiftdraw, version 0.15.0
swiftdraw, version 0.15.1
copyright (c) 2023 Simon Whitty
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
Expand Down
4 changes: 2 additions & 2 deletions SwiftDraw.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SwiftDraw",
"version": "0.15.0",
"version": "0.15.1",
"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,7 +10,7 @@
},
"source": {
"git": "https://github.com/swhitty/SwiftDraw.git",
"tag": "0.15.0"
"tag": "0.15.1"
},
"platforms": {
"ios": "10.0",
Expand Down

0 comments on commit 221505a

Please sign in to comment.