aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-10-29 02:33:54 -0400
committerEduardo Julian2021-10-29 02:33:54 -0400
commit5a71f8b8d7b0ae62420bce637962055b8962ff0e (patch)
tree3f27d208667cf64d47e036808ed04b8ed598af00 /lux-js/project.lux
parent6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (diff)
Fixed a glitched that caused extensions coming from imports to be forgotten.
Diffstat (limited to '')
-rw-r--r--lux-js/project.lux2
1 files changed, 1 insertions, 1 deletions
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"