Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Jul 23, 2020
1 parent e67a129 commit 1018e06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"gitVersionPrefix": "",
"packages": ["packages/core", "packages/platform"],
"version": "1.1.0",
"version": "1.1.1",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron-core",
"version": "1.1.0",
"version": "1.1.1",
"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 packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron",
"version": "1.1.0",
"version": "1.1.1",
"description": "Capacitor community support for the Electron platform.",
"scripts": {
"capacitor:add": "node dist/cap-scripts.js add",
Expand Down

0 comments on commit 1018e06

Please sign in to comment.