diff --git a/README.md b/README.md
index b800d67..33679b4 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,19 @@ Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/gui
cordova plugin rm de.appplant.cordova.plugin.printer
```
+## PhoneGap Build
+Add the following xml to your config.xml to always use the latest version of this plugin:
+```
+
+```
+or to use this exact version:
+```
+
+```
+More informations can be found [here](https://build.phonegap.com/plugins/352).
+
## Release Notes
-#### Version 0.5.0 (not yet released)
+#### Version 0.5.0 (11.12.2013)
- Release under the Apache 2.0 license.
- [***change:***] Removed the `callback` property from the `print` interface.
- [enhancement:] Added Android KitKat support