From d998be3616cb657efbcd8f25b52943a77dae1857 Mon Sep 17 00:00:00 2001 From: bjornregnell Date: Thu, 20 Jun 2024 15:03:36 +0200 Subject: [PATCH] bump version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d8ba25..e1a1117 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Developed using fantastic [Scala 3](https://scala-lang.org/) and [Scala JS](http # How to deploy -When ready for production use this script: +When an update is ready for production, use this script: ```bash -sbt fullLinkJS -cp target/scala-3.1.0/muntabot-opt/main.js public/main.js +sbt "clean;fullLinkJS" +cp target/scala-3.4.2/muntabot-opt/main.js public/. ```