Skip to content

Commit

Permalink
Release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Nov 18, 2020
1 parent b95d871 commit 68e4768
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "2.4.2",
"version": "2.4.3",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "2.4.2",
"version": "2.4.3",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com) ",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "2.4.2",
"version": "2.4.3",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
Expand Down
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/electron",
"version": "2.4.2",
"version": "2.4.3",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
Expand Down Expand Up @@ -62,7 +62,7 @@
]
},
"dependencies": {
"@capacitor/core": "^2.4.2"
"@capacitor/core": "^2.4.3"
},
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/ios",
"version": "2.4.2",
"version": "2.4.3",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"./core/",
"./electron/"
],
"version": "2.4.2"
"version": "2.4.3"
}

0 comments on commit 68e4768

Please sign in to comment.