From 6c15469f06499e9dee6966f89ac33727d46c885e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 2 Nov 2021 23:26:00 -0400 Subject: v0.6.4 --- lux-js/project.clj | 2 +- lux-js/project.lux | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lux-js') diff --git a/lux-js/project.clj b/lux-js/project.clj index 2f1aec9ce..6a8234403 100644 --- a/lux-js/project.clj +++ b/lux-js/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.3") +(def version "0.6.4") (def repo "https://github.com/LuxLang/lux") (def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/") (def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/") diff --git a/lux-js/project.lux b/lux-js/project.lux index 3f1a29c1b..b48a9eaa6 100644 --- a/lux-js/project.lux +++ b/lux-js/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-js" "0.6.4-SNAPSHOT"] + ["identity" ["com.github.luxlang" "lux-js" "0.6.4"] "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.3" "tar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"] ] "program" "program"] "js" - ["compiler" ["com.github.luxlang" "lux-js" "0.6.2" "js"]] + ["compiler" ["com.github.luxlang" "lux-js" "0.6.3" "js"]] "jvm" - ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"] + ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"] "dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]] -- cgit v1.2.3