Skip to content

Commit 5bfd717

Browse files
bump
1 parent 4e54073 commit 5bfd717

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.idea
12
demo
2-
screenshots
3+
screenshots

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-safariviewcontroller",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"description": "Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app.",
55
"cordova": {
66
"id": "cordova-plugin-safariviewcontroller",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<plugin
33
id="cordova-plugin-safariviewcontroller"
4-
version="1.5.4"
4+
version="1.6.0"
55
xmlns="http://apache.org/cordova/ns/plugins/1.0">
66

77
<name>SafariViewController</name>

src/android/ChromeCustomTabPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.customtabplugin;
22

3-
43
import android.app.Activity;
54
import android.content.Context;
65
import android.content.Intent;

0 commit comments

Comments
 (0)