From f17127a56c037d301638c5bb211c1813c5fc5f28 Mon Sep 17 00:00:00 2001 From: jultty Date: Sat, 9 Mar 2024 21:41:37 -0300 Subject: [PATCH] Bump version to 0.2.0 --- README.md | 6 +++--- build.gradle | 2 +- devbox.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdc545a..adde06a 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Once built, you can start the server using: java -jar build/libs/mirante-.jar ``` -Replace `` with the current version, for example: `java -jar build/libs/mirante-0.1.2-SNAPSHOT.jar`. +Replace `` with the current version, for example: `java -jar build/libs/mirante-0.2.0-SNAPSHOT.jar`. If you are unsure about the current version number, look into the `build/libs` directory for what files were generated, or check the `build.gradle` file. -HTML forms meant as a minimal working front-end demo are available under `src/web/`. Given default port `8080` is usually in use, the forms send requests to port `8888` instead. +HTML forms meant as a minimal working front-end demo are available under `src/web/`. Given default port `8080` is usually in use, the forms send requests to port `8888` instead. To use them, set port 8888 when running: @@ -71,6 +71,6 @@ The following options allow access to the H2 console: - **Driver class:** `org.h2.Driver` - **JDBC URL:** `jdbc:h2:mem:mirante` - **User Name:** `dev` -- **Password:** Empty +- **Password:** Empty If you have [Devbox](https://www.jetpack.io/devbox/) available on your system, you can run `devbox shell` to get a development environment with JDK 17 and Gradle 8 already set up. You can also use `devbox run