Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Aug 11, 2021
1 parent a34e063 commit 97298ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let config = new Config();
ipcRenderer.on('config', (_, data) => config.apply(data));

contextBridge.exposeInMainWorld("isNative", true);
contextBridge.exposeInMainWorld("nativeVersion", "1.0.1");
contextBridge.exposeInMainWorld("nativeVersion", "1.0.2");
contextBridge.exposeInMainWorld(
"native", {
min: () => ipcRenderer.send('min'),
Expand Down

0 comments on commit 97298ab

Please sign in to comment.