Skip to content

Commit c93299e

Browse files
committed
chore(release): 2.2.3 [skip ci]
## [2.2.3](v2.2.2...v2.2.3) (2018-11-09) ### Bug Fixes * Remove main and fix description ([d52db66](d52db66))
1 parent fd08a26 commit c93299e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.3](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.2...v2.2.3) (2018-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove main and fix description ([d52db66](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/d52db66))
7+
18
## [2.2.2](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.1...v2.2.2) (2018-11-09)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic-webview",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Ionic Web View Engine Plugin",
55
"scripts": {
66
"sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
under the License.
2020
-->
2121

22-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ionic-webview" version="2.2.2">
22+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ionic-webview" version="2.2.3">
2323
<name>cordova-plugin-ionic-webview</name>
24-
<description>The official Ionic's WKWebView Engine Plugin</description>
24+
<description>Ionic Web View Engine Plugin</description>
2525
<license>Apache-2.0</license>
2626
<keywords>cordova,wkwebview</keywords>
2727
<repo>https://github.com/ionic-team/cordova-plugin-ionic-webview</repo>

0 commit comments

Comments
 (0)