aboutsummaryrefslogtreecommitdiff
path: root/lux-js
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
parent651c7afff45f7f6c6b16d873d699ef0f7c890246 (diff)
Added the carriage return for better Windows compatibility.
Diffstat (limited to 'lux-js')
-rw-r--r--lux-js/commands.md2
-rw-r--r--lux-js/project.lux8
2 files changed, 5 insertions, 5 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
```
diff --git a/lux-js/project.lux b/lux-js/project.lux
index b48a9eaa6..f93a80473 100644
--- a/lux-js/project.lux
+++ b/lux-js/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-js" "0.6.4"]
+ ["identity" ["com.github.luxlang" "lux-js" "0.6.5-SNAPSHOT"]
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
@@ -15,14 +15,14 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5-SNAPSHOT" "tar"]
]
"program" "program"]
"js"
- ["compiler" ["com.github.luxlang" "lux-js" "0.6.3" "js"]]
+ ["compiler" ["com.github.luxlang" "lux-js" "0.6.4" "js"]]
"jvm"
- ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.5-SNAPSHOT" "jar"]
"dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]