From a84a63a4066cabbe95b2d823f150f1dac3965bbc Mon Sep 17 00:00:00 2001 From: Bryan1029384756 <23323626+Bryan1029384756@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:31:50 -0600 Subject: [PATCH] feat: Add initial `package.json` for the Electron frontend, including dependencies, scripts, and build configuration. --- Frontend/Electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/Electron/package.json b/Frontend/Electron/package.json index 5253535..f1437b3 100644 --- a/Frontend/Electron/package.json +++ b/Frontend/Electron/package.json @@ -1,7 +1,7 @@ { "name": "discord", "private": true, - "version": "1.0.5", + "version": "1.0.6", "description": "A Discord clone built with Convex, React, and Electron", "author": "Moyettes", "type": "module",