From 05e26827d5efbc365c5ce942320597e1dafa3334 Mon Sep 17 00:00:00 2001 From: BluDood Date: Thu, 24 Oct 2024 22:56:54 +0200 Subject: [PATCH] chore: bump version --- client/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index aeffce2..9d436dd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "glancethingclient", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "scripts": { "dev": "vite", @@ -31,4 +31,4 @@ "typescript-eslint": "^8.0.1", "vite": "^5.4.1" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4e11271..ce9a746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glancething", - "version": "0.0.1", + "version": "0.0.2", "description": "Desktop application for GlanceThing", "main": "./out/main/index.js", "author": "BluDood",