From 5a71f8b8d7b0ae62420bce637962055b8962ff0e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 29 Oct 2021 02:33:54 -0400 Subject: Fixed a glitched that caused extensions coming from imports to be forgotten. --- lux-js/commands.md | 2 +- lux-js/project.lux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-js') 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" -- cgit v1.2.3