diff --git a/Jenkinsfile b/Jenkinsfile index 2360184..c532111 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { label 'linux-x64' } environment { - APP_VERSION = '0.2.0' + APP_VERSION = '0.2.1' } options { buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20')) diff --git a/server.py b/server.py index 1dd971c..e0fc64b 100644 --- a/server.py +++ b/server.py @@ -22,7 +22,7 @@ app.logger.setLevel(logging.DEBUG) COLOR_NAV = "blue-grey darken-1" COLOR_BTN = "blue-grey darken-3" BASE_PATH = os.environ["BASE_PATH"] -APP_VERSION = "0.2.0" +APP_VERSION = "0.2.1" HS_VERSION = "0.20.0" DEBUG_STATE = False diff --git a/static/css/fonts.css b/static/css/fonts.css deleted file mode 100644 index e69de29..0000000