We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612984c commit 8a97d6bCopy full SHA for 8a97d6b
RELEASENOTES.md
@@ -21,6 +21,11 @@
21
Release Notes
22
=============
23
24
+0.2.1
25
+=====
26
+
27
+Debug and stablization.
28
29
0.2.0
30
=====
31
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-themeablebrowser",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Cordova ThemeableBrowser Plugin",
5
"cordova": {
6
"id": "com.initialxy.cordova.themeablebrowser",
plugin.xml
@@ -20,7 +20,7 @@
20
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.initialxy.cordova.themeablebrowser"
- version="0.2.0">
+ version="0.2.1">
<name>ThemeableBrowser</name>
<description>Cordova ThemeableBrowser Plugin</description>
0 commit comments