Skip to content

Commit 1201e6c

Browse files
committed
0.13.2
1 parent 026782b commit 1201e6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CommandLine/CommandLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension SwiftDraw.CommandLine {
6868
static func printHelp() {
6969
print("")
7070
print("""
71-
swiftdraw, version 0.13.1
71+
swiftdraw, version 0.13.2
7272
copyright (c) 2022 Simon Whitty
7373
7474
usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import PackageDescription
55
let package = Package(
66
name: "SwiftDraw",
77
platforms: [
8-
.macOS(.v10_12), .iOS(.v10),
9-
],
8+
.iOS(.v10), .macOS(.v10_12)
9+
],
1010
products: [
1111
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1212
.executable(name: "swiftdraw", targets: ["CommandLine"]),

SwiftDraw.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
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",
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.13.1"
13+
"tag": "0.13.2"
1414
},
1515
"platforms": {
1616
"ios": "10.0",

0 commit comments

Comments
 (0)