From 4334564a5e08956fbe382cdcc69c564f74c35d05 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 30 Nov 2021 23:48:11 -0400 Subject: v0.6.5 --- lux-js/project.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-js/project.lux') diff --git a/lux-js/project.lux b/lux-js/project.lux index f93a80473..493e3f37f 100644 --- a/lux-js/project.lux +++ b/lux-js/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-js" "0.6.5-SNAPSHOT"] + ["identity" ["com.github.luxlang" "lux-js" "0.6.5"] "info" ["url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" "licenses" [["name" "Lux License v0.1.2" @@ -15,7 +15,7 @@ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5-SNAPSHOT" "tar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5" "tar"] ] "program" "program"] @@ -24,5 +24,5 @@ ["compiler" ["com.github.luxlang" "lux-js" "0.6.4" "js"]] "jvm" - ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.5-SNAPSHOT" "jar"] + ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.5" "jar"] "dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]] -- cgit v1.2.3