Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Jul 18, 2020
1 parent d5b3a2f commit 9ac4e04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron-core",
"version": "0.5.1",
"version": "0.5.2",
"description": "Capacitor core for the Capacitor Community Electron platform.",
"main": "dist/esm-electron/index.js",
"typings": "dist/esm-electron/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion electron-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron",
"version": "0.5.1",
"version": "0.5.2",
"description": "Capacitor community support for the Electron platform.",
"scripts": {
"capacitor:add": "node dist/cap-scripts.js add",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.4.0",
"gitVersionPrefix": "",
"packages": ["electron-core", "electron-platform"],
"version": "0.5.1"
"version": "0.5.2"
}

0 comments on commit 9ac4e04

Please sign in to comment.