Skip to content

Commit

Permalink
chore(release): 2.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.3](v2.2.2...v2.2.3) (2018-11-09)

### Bug Fixes

* Remove main and fix description ([d52db66](d52db66))
  • Loading branch information
Ionitron committed Nov 9, 2018
1 parent fd08a26 commit c93299e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.3](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.2...v2.2.3) (2018-11-09)


### Bug Fixes

* Remove main and fix description ([d52db66](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/d52db66))

## [2.2.2](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.1...v2.2.2) (2018-11-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ionic-webview",
"version": "2.2.2",
"version": "2.2.3",
"description": "Ionic Web View Engine Plugin",
"scripts": {
"sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
under the License.
-->

<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">
<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">
<name>cordova-plugin-ionic-webview</name>
<description>The official Ionic's WKWebView Engine Plugin</description>
<description>Ionic Web View Engine Plugin</description>
<license>Apache-2.0</license>
<keywords>cordova,wkwebview</keywords>
<repo>https://github.com/ionic-team/cordova-plugin-ionic-webview</repo>
Expand Down

0 comments on commit c93299e

Please sign in to comment.