Skip to content

Commit 0612308

Browse files
committed
Version number was changed to comply with plugman publish.
1 parent 44396c8 commit 0612308

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
Release Notes
2222
=============
2323

24+
0.1.1
25+
===
26+
27+
No code change was made. Doc was updated. Version number was updated because plugman wouldn't publish the 1.0.
28+
2429
0.1
2530
===
2631

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.1",
3+
"version": "0.1.1",
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.1">
23+
version="0.1.1">
2424

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

0 commit comments

Comments
 (0)