From c451237ab94e56b8d5669ce093cc5267a8a8dab7 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 24 Aug 2022 00:29:48 -0400 Subject: [PATCH] Version bump to v0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8009d2..c33bf17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sentry", - "version": "0.2.2", + "version": "0.3.0", "description": "Desktop app to view system information and sensors", "main": "main.js", "scripts": { @@ -33,7 +33,7 @@ "systeminformation": "^5.11.15" }, "build": { - "appId": "net.bitgoblin.sentry", + "appId": "tech.bitgoblin.sentry", "copyright": "Copyright © 2022 ${author}", "win": { "target": "nsis",