Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed May 23, 2022
1 parent 16e5d09 commit 108e239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revolt-desktop",
"version": "1.0.4",
"version": "1.0.5",
"description": "Revolt desktop app",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 108e239

Please sign in to comment.