diff --git a/CommandLine/CommandLine.swift b/CommandLine/CommandLine.swift index e40cee6..9137ec4 100644 --- a/CommandLine/CommandLine.swift +++ b/CommandLine/CommandLine.swift @@ -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 [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x] diff --git a/SwiftDraw.podspec.json b/SwiftDraw.podspec.json index b58482b..dab4d7b 100644 --- a/SwiftDraw.podspec.json +++ b/SwiftDraw.podspec.json @@ -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", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/swhitty/SwiftDraw.git", - "tag": "0.15.0" + "tag": "0.15.1" }, "platforms": { "ios": "10.0",