We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03a95b commit 0f4fd65Copy full SHA for 0f4fd65
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-themeablebrowser",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Cordova ThemeableBrowser Plugin",
5
"cordova": {
6
"id": "com.initialxy.cordova.themeablebrowser",
plugin.xml
@@ -20,7 +20,7 @@
20
21
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22
id="com.initialxy.cordova.themeablebrowser"
23
- version="0.1.1">
+ version="0.1.2">
24
25
<name>ThemeableBrowser</name>
26
<description>Cordova ThemeableBrowser Plugin</description>
0 commit comments