diff options
author | Eduardo Julian | 2021-10-29 02:33:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-29 02:33:54 -0400 |
commit | 5a71f8b8d7b0ae62420bce637962055b8962ff0e (patch) | |
tree | 3f27d208667cf64d47e036808ed04b8ed598af00 /lux-js | |
parent | 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (diff) |
Fixed a glitched that caused extensions coming from imports to be forgotten.
Diffstat (limited to 'lux-js')
-rw-r--r-- | lux-js/commands.md | 2 | ||||
-rw-r--r-- | lux-js/project.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md index 0c45523ba..0f1ecaa03 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 -Dpackaging=js +&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.4-SNAPSHOT -Dpackaging=js ``` diff --git a/lux-js/project.lux b/lux-js/project.lux index 2a52cabaa..3f1a29c1b 100644 --- a/lux-js/project.lux +++ b/lux-js/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-js" "0.6.3"] + ["identity" ["com.github.luxlang" "lux-js" "0.6.4-SNAPSHOT"] "info" ["url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" "licenses" [["name" "Lux License v0.1.2" |