X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=README.md;fp=README.md;h=460c195da3b96b39e5b3bfec1b8fd9c27ff5a288;hb=4473cb4b353ea4a2d2c25cfcba4cd6e833880846;hp=10d27902da112554fa77ef15815d60f8e356eaf4;hpb=92c8e5e93f795c84e4d5cabe6089adc745ffbb6b;p=jSite.git 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