Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Piotrowski 7449688117 Revert "remove failing platform"
This reverts commit bdb4656aa3535fb566764ee62c8dd880f7faba3e.
2019-06-28 23:15:00 +02:00
Jan Piotrowski 84dfb09edd chore(release): 3.1.1-dev 2019-06-28 23:12:38 +02:00
5 changed files with 6 additions and 4 deletions
+2
View File
@@ -57,6 +57,8 @@ matrix:
<<: *_ios
- env: PLATFORM=ios-12.0
<<: *_ios
- env: PLATFORM=ios-12.2
<<: *_ios
- env: PLATFORM=android-5.1
<<: *_android
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "3.1.0",
"version": "3.1.1-dev",
"description": "Cordova InAppBrowser Plugin",
"types": "./types/index.d.ts",
"cordova": {
+1 -1
View File
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
version="3.1.0">
version="3.1.1-dev">
<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser-tests",
"version": "3.1.0",
"version": "3.1.1-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-inappbrowser-tests",
+1 -1
View File
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser-tests"
version="3.1.0">
version="3.1.1-dev">
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>