diff --git a/MMM-edgerouter-throughput.js b/MMM-edgerouter-throughput.js index da591ef..aabdb12 100644 --- a/MMM-edgerouter-throughput.js +++ b/MMM-edgerouter-throughput.js @@ -2,7 +2,7 @@ * EdgeRouter Throughput * A MagicMirror² Module to show the Interface throughput of an Ubiquity EdgeRouter * - * Version 0.0.0 + * Version 1.0.0 * By Michael Scharl * * License MIT diff --git a/node_helper.js b/node_helper.js index 7a405e9..c8245af 100644 --- a/node_helper.js +++ b/node_helper.js @@ -2,7 +2,7 @@ * EdgeRouter Throughput * A MagicMirror² Module to show the Interface throughput of an Ubiquity EdgeRouter * - * Version 0.0.0 + * Version 1.0.0 * By Michael Scharl * * License MIT diff --git a/package-lock.json b/package-lock.json index b56e3fb..76c5b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mmm-edgerouter-throughput", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e536d28..8db6a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mmm-edgerouter-throughput", - "version": "0.0.0", + "version": "1.0.0", "description": "A MagicMirror² Module to show the Interface throughput of an Ubiquity EdgeRouter", "main": "index.js", "scripts": {