From c2dfe67468f9cdd55b7af6fdb0d769caa5ac1f9e Mon Sep 17 00:00:00 2001 From: Xingchen Yu Date: Mon, 4 May 2015 22:32:35 -0400 Subject: [PATCH] Updated version to 0.2.5 --- RELEASENOTES.md | 21 +++++++++++++-------- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index aab98fc3a..870ebb32e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,42 +21,47 @@ Release Notes ============= +0.2.5 +----- + +Bug fixes. + 0.2.4 -===== +----- Added a reload feature. Better iOS implementation to improve backward compatibility and reduce the amount of hacks. 0.2.3 -===== +----- Bug fixes. 0.2.2 -===== +----- Added error and warning reporting capabilities. Added property to disable animation. 0.2.1 -===== +----- Debug and stablization. 0.2.0 -===== +----- Major improvement and resign of API to make it much more powerful and elegant. 0.1.2 -===== +----- No code change was made. Legacy doc was moved to prevent Cordova plugin registry from picking them up. 0.1.1 -===== +----- No code change was made. Doc was updated. Version number was updated because plugman wouldn't publish the 1.0. 0.1 -=== +--- Initial release. diff --git a/package.json b/package.json index d3d513291..b13efb9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-themeablebrowser", - "version": "0.2.4", + "version": "0.2.5", "description": "Cordova ThemeableBrowser Plugin", "cordova": { "id": "com.initialxy.cordova.themeablebrowser", diff --git a/plugin.xml b/plugin.xml index 50e0924f5..be2e6c39a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.2.5"> ThemeableBrowser Cordova ThemeableBrowser Plugin