diff options
author | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
commit | 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (patch) | |
tree | 514764c4d3071172928227ebe07149f5eab534e8 /lux-js | |
parent | af680e8470bf7446d9fac431f38dcc57bd60aba9 (diff) |
v0.6.3
Diffstat (limited to 'lux-js')
-rw-r--r-- | lux-js/commands.md | 2 | ||||
-rw-r--r-- | lux-js/project.clj | 2 | ||||
-rw-r--r-- | lux-js/project.lux | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md index ddf91109d..0c45523ba 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.3-SNAPSHOT -Dpackaging=js +&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.3 -Dpackaging=js ``` diff --git a/lux-js/project.clj b/lux-js/project.clj index 280b9fb90..2f1aec9ce 100644 --- a/lux-js/project.clj +++ b/lux-js/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.2") +(def version "0.6.3") (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 d64419dd7..2a52cabaa 100644 --- a/lux-js/project.lux +++ b/lux-js/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-js" "0.6.3-SNAPSHOT"] + ["identity" ["com.github.luxlang" "lux-js" "0.6.3"] "info" ["url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" "licenses" [["name" "Lux License v0.1.2" |