diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..33b74ab --- /dev/null +++ b/config/config.json @@ -0,0 +1,3 @@ +{ + "brenndauer": 7200 +} \ No newline at end of file diff --git a/public/javascripts/version.js b/public/javascripts/version.js index 3c619af..f36cc78 100644 --- a/public/javascripts/version.js +++ b/public/javascripts/version.js @@ -1,12 +1,12 @@ // VersiosNummern und -Geschichte var VERSION="1.0"; -var VDATE="2019-04-02"; +var VDATE="2019-04-05"; /* History Rev. Datum Entwickler - 1.0 2019-04-02 rxf - - Erste Version zum Testen + 1.0 2019-04-05 rxf + - Erste Version Live */