From cb70e53bb77af66d8ed7571e9a4fb98762683fd8 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sat, 31 Dec 2022 15:03:36 +0100 Subject: [PATCH] compatibility with mobile devices --- build.gradle | 2 +- src/main/resources/templates/template.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5d70ca..e970901 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'war' apply plugin: 'application' group = 'de.jottyfan.camporganizer' -version = '0.2.5' +version = '0.2.6' sourceCompatibility = 17 mainClassName = "de.jottyfan.camporganizer.Main" diff --git a/src/main/resources/templates/template.html b/src/main/resources/templates/template.html index 96d954d..3603173 100644 --- a/src/main/resources/templates/template.html +++ b/src/main/resources/templates/template.html @@ -3,6 +3,7 @@ Camp Organizer 2 +