diff --git a/README.md b/README.md
index 4fb2407..e7635c7 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ $ cordova plugin add cordova-plugin-wkwebview --variable WKWEBVIEW_SERVER_PORT=1
No need for anything else - you can now open the project in XCode 6 if you like.
## 4. Changelog
-* __0.6.6__ Compatibility with `file://` protocol for usage in plugins like [cordova-hot-code-push](https://github.com/nordnet/cordova-hot-code-push), thanks #195!
+* __0.6.7__ Compatibility with `file://` protocol for usage in plugins like [cordova-hot-code-push](https://github.com/nordnet/cordova-hot-code-push), thanks #195 and #196!
* __0.6.5__ `KeyboardDisplayRequiresUserAction` works! So set to `false` if you want the keyboard to pop up when programmatically focussing an input field.
* __0.6.4__ On top of the port preference introduced in 0.6.3 you can now override the default variable when installing this plugin (see 'Installation').
* __0.6.3__ By default the embedded webserver uses port `12344`, but if you want to you can now override that port by setting f.i. `` in `config.xml`.
diff --git a/package.json b/package.json
index 946e7bc..db152e6 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.6.6",
+ "version": "0.6.7",
"name": "cordova-plugin-wkwebview",
"cordova_name": "WKWebView Polyfill",
"description": "A drop-in replacement of UIWebView for boosted performance and enhanced HTML5 support",
diff --git a/plugin.xml b/plugin.xml
index a8b5844..ede4d2e 100755
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,7 +1,7 @@
+ version="0.6.7">
WKWebView Polyfill