From 0f9bc13a34b729d9ae9db31276feb2a66785d06b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 14 Aug 2022 21:02:22 -0400 Subject: Documentation changes for v0.7.0 --- lux-js/project.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-js/project.lux') diff --git a/lux-js/project.lux b/lux-js/project.lux index 7112c796f..24b4504ce 100644 --- a/lux-js/project.lux +++ b/lux-js/project.lux @@ -1,13 +1,13 @@ ["" - ["identity" ["com.github.luxlang" "lux-js" "0.7.0-SNAPSHOT"] - "info" ["url" "https://github.com/LuxLang/lux" + ["identity" ["com.github.luxlang" "lux-js" "0.7.0"] + "info" ["description" "A JavaScript compiler for Lux." + "url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" "licenses" [["name" "Lux License v0.1.2" "url" "https://github.com/LuxLang/lux/blob/master/license.txt" "type" "repo"]] "developers" [["name" "Eduardo Julian" "url" "https://github.com/eduardoejp"]]] - "description" "A JavaScript compiler for Lux." "deploy_repositories" {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"} @@ -15,15 +15,15 @@ "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" "tar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.7.0" "tar"] ] "program" program._] "js" - ["lux" ["com.github.luxlang" "lux-js" "0.7.0-SNAPSHOT" "js"]] + ["lux" ["com.github.luxlang" "lux-js" "0.7.0" "js"]] "jvm" - ["lux" ["com.github.luxlang" "lux-jvm" "0.7.0-SNAPSHOT" "jar"] + ["lux" ["com.github.luxlang" "lux-jvm" "0.7.0" "jar"] "dependencies" [["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"] ["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]] -- cgit v1.2.3