Skip to content

Commit 3595556

Browse files
committed
Version 0.7.3
1 parent 88ff6dd commit 3595556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CommandLine/CommandLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extension SwiftDraw.CommandLine {
8484
static func printHelp() {
8585
print("")
8686
print("""
87-
swiftdraw, version 0.7.2
87+
swiftdraw, version 0.7.3
8888
copyright (c) 2020 Simon Whitty
8989
9090
usage: swiftdraw <file.svg> [--format png | pdf | jpeg] [--size wxh] [--scale 1x | 2x | 3x]

SwiftDraw.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
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",

0 commit comments

Comments
 (0)