We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ff6dd commit 3595556Copy full SHA for 3595556
CommandLine/CommandLine.swift
@@ -84,7 +84,7 @@ extension SwiftDraw.CommandLine {
84
static func printHelp() {
85
print("")
86
print("""
87
-swiftdraw, version 0.7.2
+swiftdraw, version 0.7.3
88
copyright (c) 2020 Simon Whitty
89
90
usage: swiftdraw <file.svg> [--format png | pdf | jpeg] [--size wxh] [--scale 1x | 2x | 3x]
SwiftDraw.podspec.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SwiftDraw",
3
- "version": "0.7.2",
+ "version": "0.7.3",
4
"summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
5
"homepage": "https://github.com/swhitty/SwiftDraw",
6
"authors": "Simon Whitty",
0 commit comments