This commit is contained in:
eddyverbruggen 2017-02-18 21:22:06 +01:00
parent f3f608ee1c
commit d81936a08a
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-x-toast",
"version": "2.5.2",
"version": "2.6.0",
"description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.",
"cordova": {
"id": "cordova-plugin-x-toast",
@ -8,6 +8,7 @@
"ios",
"android",
"wp8",
"windows",
"blackberry10"
]
},
@ -24,6 +25,7 @@
"cordova-ios",
"cordova-android",
"cordova-wp8",
"cordova-windows",
"cordova-blackberry10"
],
"engines": [

View File

@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-x-toast"
version="2.5.2">
version="2.6.0">
<name>Toast</name>