Skip to content

Commit

Permalink
Updated version to migrate to new Cordova guide line: http://cordova.…
Browse files Browse the repository at this point in the history
  • Loading branch information
initialxy committed Jun 8, 2015
1 parent 3659cfb commit 215b990
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This plugin launches an in-app web view on top the existing [CordovaWebView](htt
Installation
------------

cordova plugin add com.initialxy.cordova.themeablebrowser
cordova plugin add cordova-plugin-themeablebrowser

Additional Properties
---------------------
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
Release Notes
=============

0.2.8
-----

No functional change. Migrated to npm as per Cordova's direction.

0.2.7
-----

Expand Down
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cordova-plugin-themeablebrowser",
"version": "0.2.7",
"version": "0.2.8",
"description": "Cordova ThemeableBrowser Plugin",
"cordova": {
"id": "com.initialxy.cordova.themeablebrowser",
"id": "cordova-plugin-themeablebrowser",
"platforms": [
"android",
"amazon-fireos",
Expand All @@ -28,14 +28,7 @@
"themeablebrowser",
"ecosystem:cordova",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ubuntu",
"cordova-ios",
"cordova-wp7",
"cordova-wp8",
"cordova-windows8",
"cordova-windows",
"cordova-firefoxos"
"cordova-ios"
],
"engines": [
{
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
-->

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.initialxy.cordova.themeablebrowser"
version="0.2.7">
id="cordova-plugin-themeablebrowser"
version="0.2.8">

<name>ThemeableBrowser</name>
<description>Cordova ThemeableBrowser Plugin</description>
Expand Down

0 comments on commit 215b990

Please sign in to comment.