Version Bump

This commit is contained in:
Michael Bykovski 2018-01-25 11:14:43 +01:00
parent 519a264040
commit 4914ce1aab
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-webserver", "name": "cordova-plugin-webserver",
"version": "1.0.0", "version": "1.0.1",
"description": "Cordova Plugin Webserver", "description": "Cordova Plugin Webserver",
"homepage": "https://github.com/bykof/cordova-plugin-webserver/", "homepage": "https://github.com/bykof/cordova-plugin-webserver/",
"author": { "author": {

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="cordova-plugin-webserver" id="cordova-plugin-webserver"
version="1.0.0"> version="1.0.1">
<engines> <engines>
<engine name="cordova" version=">=7.0.0" /> <engine name="cordova" version=">=7.0.0" />
</engines> </engines>