Skip to content

Commit 4b74fc3

Browse files
committed
v0.1.6
1 parent 26a5197 commit 4b74fc3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

electron-core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/electron-core",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Capacitor core for the Capacitor Community Electron platform.",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",

electron-platform/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/electron-platform",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Capacitor community support for the Electron platform.",
55
"scripts": {
66
"shipit": "np",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.4.0",
33
"gitVersionPrefix": "",
44
"packages": ["electron-core", "electron-platform"],
5-
"version": "0.1.5"
5+
"version": "0.1.6"
66
}

0 commit comments

Comments
 (0)