Skip to content

Commit

Permalink
feat: update version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oe committed Aug 16, 2024
1 parent 03267a4 commit 5342ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/duplex-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duplex-message",
"version": "1.1.7",
"version": "2.0.0",
"description": "makes one way message responsive, enhance postMessage/storageEvent/chrome extension scripts",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-electron-ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-electron-ipc",
"version": "1.1.7",
"version": "2.0.0",
"description": "an easy way to use electron ipc, get a response via promise, event support progress feedback",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 5342ed9

Please sign in to comment.