aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/chapter_1.md
diff options
context:
space:
mode:
authorEduardo Julian2021-11-30 23:59:44 -0400
committerEduardo Julian2021-11-30 23:59:44 -0400
commitfad9e5b073a9efe995421db1132f191f1db94725 (patch)
treef92e9dc1b1bf9f12be84a690bbc2272f4cdfaae4 /documentation/book/the_lux_programming_language/chapter_1.md
parent4334564a5e08956fbe382cdcc69c564f74c35d05 (diff)
Updated versions in documentation.
Diffstat (limited to 'documentation/book/the_lux_programming_language/chapter_1.md')
-rw-r--r--documentation/book/the_lux_programming_language/chapter_1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_1.md b/documentation/book/the_lux_programming_language/chapter_1.md
index ef2c08dd2..04c9df452 100644
--- a/documentation/book/the_lux_programming_language/chapter_1.md
+++ b/documentation/book/the_lux_programming_language/chapter_1.md
@@ -23,7 +23,7 @@ Lux uses a custom-made build tool named _Aedifex_ which is configured using a de
To install Aedifex, go to https://github.com/LuxLang/lux/tree/master/shell and download either `lux.bat` or `lux.sh` depending on whether you're on Windows or Linux/Mac.
-Also [download the aedifex.jar file](https://github.com/LuxLang/lux/releases/download/0.6.4/aedifex.jar), and place it (along with either of the scripts you downloaded) somewhere in your `PATH`.
+Also [download the aedifex.jar file](https://github.com/LuxLang/lux/releases/download/0.6.5/aedifex.jar), and place it (along with either of the scripts you downloaded) somewhere in your `PATH`.
Now, you'll have access to the `lux` command, which allows you to run Aedifex to build and test Lux projects.
@@ -43,8 +43,8 @@ These are the steps:
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "dependencies" [["com.github.luxlang" "stdlib" "0.6.4" "tar"]]
- "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ "dependencies" [["com.github.luxlang" "stdlib" "0.6.5" "tar"]]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.5" "jar"]
"program" "main"]]