Skip to content

Commit 3659cfb

Browse files
committed
Updated version to 0.2.7
1 parent 60d43ac commit 3659cfb

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.2.7
25+
-----
26+
27+
Bug fixes. Merged changes from upstream (InAppBrowser). Added fullscreen feature.
28+
2429
0.2.6
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.2.6",
3+
"version": "0.2.7",
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.6">
23+
version="0.2.7">
2424

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

0 commit comments

Comments
 (0)