diff --git a/android/package.json b/android/package.json index 1dd3d8389..e6559e13c 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "2.2.1", + "version": "2.3.0", "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 00e3629b4..ffe3ef61f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "2.2.1", + "version": "2.3.0", "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 92a9510af..7e5930f51 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "2.2.1", + "version": "2.3.0", "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 dae42dd8e..f418e606d 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/electron", - "version": "2.2.1", + "version": "2.3.0", "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.2.1" + "@capacitor/core": "^2.3.0" }, "gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0" } diff --git a/ios/package.json b/ios/package.json index 603d97cc5..d211beaff 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/ios", - "version": "2.2.1", + "version": "2.3.0", "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 218b40134..482804518 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "./core/", "./electron/" ], - "version": "2.2.1" + "version": "2.3.0" }