Skip to content

Commit c2dfe67

Browse files
committed
Updated version to 0.2.5
1 parent 26781b3 commit c2dfe67

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

RELEASENOTES.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,47 @@
2121
Release Notes
2222
=============
2323

24+
0.2.5
25+
-----
26+
27+
Bug fixes.
28+
2429
0.2.4
25-
=====
30+
-----
2631

2732
Added a reload feature. Better iOS implementation to improve backward compatibility and reduce the amount of hacks.
2833

2934
0.2.3
30-
=====
35+
-----
3136

3237
Bug fixes.
3338

3439
0.2.2
35-
=====
40+
-----
3641

3742
Added error and warning reporting capabilities. Added property to disable animation.
3843

3944
0.2.1
40-
=====
45+
-----
4146

4247
Debug and stablization.
4348

4449
0.2.0
45-
=====
50+
-----
4651

4752
Major improvement and resign of API to make it much more powerful and elegant.
4853

4954
0.1.2
50-
=====
55+
-----
5156

5257
No code change was made. Legacy doc was moved to prevent Cordova plugin registry from picking them up.
5358

5459
0.1.1
55-
=====
60+
-----
5661

5762
No code change was made. Doc was updated. Version number was updated because plugman wouldn't publish the 1.0.
5863

5964
0.1
60-
===
65+
---
6166

6267
Initial release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-themeablebrowser",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Cordova ThemeableBrowser Plugin",
55
"cordova": {
66
"id": "com.initialxy.cordova.themeablebrowser",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="com.initialxy.cordova.themeablebrowser"
23-
version="0.2.4">
23+
version="0.2.5">
2424

2525
<name>ThemeableBrowser</name>
2626
<description>Cordova ThemeableBrowser Plugin</description>

0 commit comments

Comments
 (0)