From 4473cb4b353ea4a2d2c25cfcba4cd6e833880846 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 17 Mar 2019 00:43:09 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=94=96=20Update=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d2790..460c195 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Gradle’s build process is handled by [Gradle](https://gradle.org/). Just use t This will resolve jSite’s dependencies, compile jSite, run all the tests (of which there are only a few, unfortunately), and put the file `jSite-`*<version>*`-jar-with-dependencies.jar` into the `build/libs` directory. This is the file that you can simply run, either by double-clicking it in a file manager of your choice, or by using the command line: - # java -jar build/libs/jSite-0.13-jar-with-dependencies.jar + # java -jar build/libs/jSite-0.14-jar-with-dependencies.jar ## Using -- 2.7.4