From 2477207130a460e45fdc52fdd749331e9919ce51 Mon Sep 17 00:00:00 2001 From: wipf Date: Sun, 31 Jan 2021 14:47:27 +0100 Subject: [PATCH] Version 1.0.04 --- angular-app/package.json | 4 ++-- .../jasmarty12864Pages.component.html | 10 +++++----- .../java/org/wipf/jasmarty/logic/base/MainHome.java | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/angular-app/package.json b/angular-app/package.json index 6d638eab..528e58ca 100644 --- a/angular-app/package.json +++ b/angular-app/package.json @@ -1,6 +1,6 @@ { "name": "jasmarty-app", - "version": "1.0.02", + "version": "1.0.04", "scripts": { "ng": "ng", "start": "ng serve --host localhost --aot --port 3000", @@ -33,4 +33,4 @@ "tslint": "6.1.3", "typescript": "4.0.5" } -} +} \ No newline at end of file diff --git a/angular-app/src/app/components/jasmarty12864Pages/jasmarty12864Pages.component.html b/angular-app/src/app/components/jasmarty12864Pages/jasmarty12864Pages.component.html index ee17e17e..f69c7bfe 100644 --- a/angular-app/src/app/components/jasmarty12864Pages/jasmarty12864Pages.component.html +++ b/angular-app/src/app/components/jasmarty12864Pages/jasmarty12864Pages.component.html @@ -1,8 +1,8 @@

Seite: {{lcdDescription.id}}

- - + +
@@ -17,6 +17,7 @@

Hintergrundbild

Bild einfügen
+ @@ -38,7 +39,6 @@

Hintergrundbild

-
@@ -109,8 +109,8 @@

Inhalt

- - + +
diff --git a/src/main/java/org/wipf/jasmarty/logic/base/MainHome.java b/src/main/java/org/wipf/jasmarty/logic/base/MainHome.java index 61a7b557..cf19a344 100644 --- a/src/main/java/org/wipf/jasmarty/logic/base/MainHome.java +++ b/src/main/java/org/wipf/jasmarty/logic/base/MainHome.java @@ -31,7 +31,7 @@ public class MainHome { TelegramHome tHome; private static final Logger LOGGER = Logger.getLogger("_MainHome_"); - public static final String VERSION = "1.0.02"; + public static final String VERSION = "1.0.04"; public static final String DB_PATH = "jasmarty.db"; /**