From e501afa7b1ea605d42b98f19ea0209de6777a758 Mon Sep 17 00:00:00 2001 From: UnchartedBull Date: Thu, 20 Feb 2020 23:18:32 +0100 Subject: [PATCH] 1.4.0 --- package-lock.json | 2 +- package.json | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 800eaf482..333cf58e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "octodash", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4bf14515a..7c96f8343 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "octodash", "description": "OctoDash is a simple, but beautiful dashboard for Octoprint.", - "version": "1.3.3", + "version": "1.4.0", "license": "Apache 2.0", "homepage": "https://github.com/UnchartedBull/OctoDash", "author": { @@ -32,14 +32,16 @@ "output": "package" }, "linux": { - "target": [{ - "target": "deb", - "arch": [ - "armv7l", - "arm64", - "x64" - ] - }], + "target": [ + { + "target": "deb", + "arch": [ + "armv7l", + "arm64", + "x64" + ] + } + ], "category": "Utility" } },