Skip to content

Commit 4f00ccc

Browse files
committed
Bump version to 1.2.0 and update version reference in preload.js
1 parent 02d8dc4 commit 4f00ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iotas-notepad",
3-
"version": "1.1.10",
3+
"version": "1.2.0",
44
"main": "index.js",
55
"scripts": {
66
"electron": "electron .",

preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ contextBridge.exposeInMainWorld('API', {
1010
node: () => process.versions.node,
1111
chrome: () => process.versions.chrome,
1212
electron: () => process.versions.electron,
13-
iotanotepad: () => "1.1.10"
13+
iotanotepad: () => "1.2.0"
1414
},
1515
});

0 commit comments

Comments
 (0)