diff --git a/gradle.properties b/gradle.properties index 595b471..b0a587c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s -VERSION = 1.2.0 +VERSION = 1.2.1-pre1 USE_DELTA = false VERSION_DELTA = diff --git a/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala b/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala index 00ff369..d42c345 100644 --- a/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala +++ b/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala @@ -67,7 +67,7 @@ class MornyReport (using coeur: MornyCoeur) { // language=html s"""â–ŚMorny Logged in |-v $getVersionAllFullTagHTML - |as user ${coeur.username} + |as user @${coeur.username} | |as config fields: |${sectionConfigFields(coeur.config)}"""