Skip to content

Commit

Permalink
Updated version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
initialxy committed May 5, 2015
1 parent 26781b3 commit c2dfe67
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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-themeablebrowser",
"version": "0.2.4",
"version": "0.2.5",
"description": "Cordova ThemeableBrowser Plugin",
"cordova": {
"id": "com.initialxy.cordova.themeablebrowser",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.initialxy.cordova.themeablebrowser"
version="0.2.4">
version="0.2.5">

<name>ThemeableBrowser</name>
<description>Cordova ThemeableBrowser Plugin</description>
Expand Down

0 comments on commit c2dfe67

Please sign in to comment.