aboutsummaryrefslogtreecommitdiff
path: root/lux-js/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-11-08 22:20:54 -0400
committerEduardo Julian2021-11-08 22:20:54 -0400
commit1b110d177a8bc12776a6d24bd6d3f693abe5ba2a (patch)
treec3e4bccc752504fb5bc19b14f3c003d88f66d77a /lux-js/commands.md
parent651c7afff45f7f6c6b16d873d699ef0f7c890246 (diff)
Added the carriage return for better Windows compatibility.
Diffstat (limited to 'lux-js/commands.md')
-rw-r--r--lux-js/commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md
index 0f1ecaa03..668bbcf00 100644
--- a/lux-js/commands.md
+++ b/lux-js/commands.md
@@ -56,6 +56,6 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-js/ \
-&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.4-SNAPSHOT -Dpackaging=js
+&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.5-SNAPSHOT -Dpackaging=js
```