diff options
author | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
commit | 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (patch) | |
tree | 514764c4d3071172928227ebe07149f5eab534e8 /lux-js/commands.md | |
parent | af680e8470bf7446d9fac431f38dcc57bd60aba9 (diff) |
v0.6.3
Diffstat (limited to '')
-rw-r--r-- | lux-js/commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md index ddf91109d..0c45523ba 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.3-SNAPSHOT -Dpackaging=js +&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.3 -Dpackaging=js ``` |