From ca1c8a32fce5845015989537326d66bcb69b1d8b Mon Sep 17 00:00:00 2001 From: Buster Collings Date: Mon, 6 Nov 2017 13:18:44 -0600 Subject: [PATCH] v1 -> v2 Now supports High Sierra --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8043af6..90a2a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osxiso", - "version": "1.0.0", + "version": "2.0.0", "description": "Create a bootable ISO of OS X / macOS, from the installation app file.", "global": "1", "install": "install -c osxiso ${PREFIX:-/usr/local}/bin", @@ -15,4 +15,3 @@ }, "homepage": "https://github.com/busterc/osx-iso" } -