Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 20, 2024
1 parent f5b1c52 commit d998be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

```

Expand Down

0 comments on commit d998be3

Please sign in to comment.