From 108e239f1261bc947857cdaf5a2145f64b0d19a2 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Mon, 23 May 2022 20:30:58 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- src/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cda6079..f9968b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "revolt-desktop", - "version": "1.0.4", + "version": "1.0.5", "description": "Revolt desktop app", "private": true, "author": { diff --git a/src/app.ts b/src/app.ts index 906ca40..52a0315 100644 --- a/src/app.ts +++ b/src/app.ts @@ -29,7 +29,7 @@ let config = new Config(); ipcRenderer.on("config", (_, data) => config.apply(data)); contextBridge.exposeInMainWorld("isNative", true); -contextBridge.exposeInMainWorld("nativeVersion", "1.0.4"); +contextBridge.exposeInMainWorld("nativeVersion", "1.0.5"); contextBridge.exposeInMainWorld("native", { min: () => ipcRenderer.send("min"), max: () => ipcRenderer.send("max"),