diff --git a/android/package.json b/android/package.json index 49fdfec65e..3a6afaf109 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "2.4.1", + "version": "2.4.2", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "https://capacitor.ionicframework.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/cli/package.json b/cli/package.json index c94b90e867..8a5606899d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "2.4.1", + "version": "2.4.2", "description": "Capacitor: Cross-platform apps with JavaScript and the web", "homepage": "https://capacitor.ionicframework.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/core/package.json b/core/package.json index 7e04c7b293..cc59587ab5 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "2.4.1", + "version": "2.4.2", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "https://capacitor.ionicframework.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/electron/package.json b/electron/package.json index eb07893c7d..a642316066 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/electron", - "version": "2.4.1", + "version": "2.4.2", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "https://capacitor.ionicframework.com/", "author": "Ionic Team (https://ionicframework.com) ", @@ -62,7 +62,7 @@ ] }, "dependencies": { - "@capacitor/core": "^2.4.1" + "@capacitor/core": "^2.4.2" }, "gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0" } diff --git a/ios/package.json b/ios/package.json index 55915e6405..15fd596e1c 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/ios", - "version": "2.4.1", + "version": "2.4.2", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "https://capacitor.ionicframework.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/lerna.json b/lerna.json index 8f542a819d..739e82f8a8 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "./core/", "./electron/" ], - "version": "2.4.1" + "version": "2.4.2" }