Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Claas Brueggemann committed Sep 9, 2015
1 parent 891ff5f commit 2e87faa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"version": "0.3.2",
"version": "0.3.3",
"name": "com.shoety.cordova.plugin.inappbrowserxwalk",
"cordova_name": "InAppBrowser Crosswalk",
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"platforms": [
"android"
],
Expand Down
18 changes: 0 additions & 18 deletions package.json1

This file was deleted.

2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="com.shoety.cordova.plugin.inappbrowserxwalk"
version="0.3.2">
version="0.3.3">

<name>InAppBrowser Crosswalk</name>

Expand Down
2 changes: 1 addition & 1 deletion www/inappbrowserxwalk.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*global cordova, module*/

function InAppBrowserXwalk() {

}

var callbacks = new Array ();
Expand Down

0 comments on commit 2e87faa

Please sign in to comment.