From 424cfccd01045195ff85e73b028ce75d506ec076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20X=2E=20F=C3=BCrst?= Date: Fri, 5 Apr 2019 11:33:37 +0200 Subject: [PATCH] Version angepasst Config mit im git --- config/config.json | 3 +++ public/javascripts/version.js | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 config/config.json 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 */