diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b78820..acfaa04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +### 0.1.12 + +* Fixed version mismatch +* Fixed browser platform install warning by removing unneeded feature tag + +### 0.1.11 + +* Switched to new repo location + +### 0.1.10 + +* Added browser platform + ### 0.1.9 -* Renamed Windows8 platform to Windows + +* Renamed Windows8 platform to Windows ### 0.1.7 diff --git a/VERSION b/VERSION index 1a03094..0e24a92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.9 +0.1.12 diff --git a/package.json b/package.json index 8051cfd..49e71ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-app-version", - "version": "0.1.11", + "version": "0.1.12", "description": "Cordova plugin to return the version number of the current app", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/plugin.xml b/plugin.xml index f118722..003bf5f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.1.12"> AppVersion @@ -79,12 +79,6 @@ - - - - - -