From fd34a593d28b98615baf23fbfc7c2103a8416670 Mon Sep 17 00:00:00 2001 From: Scott Doxey Date: Fri, 13 Mar 2020 01:27:18 -0400 Subject: [PATCH] Version bump. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7a14e1..ca9648a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "get-unity", "description": "Command line tool for getting the download URL for the latest or specific version of Unity.", - "version": "1.3.0", + "version": "1.3.1", "main": "index.js", "bin": { "get-unity": "bin/index.js"