diff options
author | Eduardo Julian | 2021-11-02 23:26:00 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-02 23:26:00 -0400 |
commit | 6c15469f06499e9dee6966f89ac33727d46c885e (patch) | |
tree | c55b6c4cf8752b394890b28c772798a0a54e8bc6 /lux-ruby | |
parent | 0952b1d1ca71089a092fde7758481ba4de71e151 (diff) |
v0.6.4
Diffstat (limited to '')
-rw-r--r-- | lux-ruby/project.clj | 4 | ||||
-rw-r--r-- | lux-ruby/project.lux | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj index 3b66aef9d..070864215 100644 --- a/lux-ruby/project.clj +++ b/lux-ruby/project.clj @@ -1,9 +1,9 @@ -(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/") -(defproject com.github.luxlang/lux-ruby "0.6.4-SNAPSHOT" ;; #=(identity version) +(defproject com.github.luxlang/lux-ruby #=(identity version) :description "A Ruby compiler for Lux." :url ~repo :license {:name "Lux License v0.1.2" diff --git a/lux-ruby/project.lux b/lux-ruby/project.lux index 7d1adfde9..97856704a 100644 --- a/lux-ruby/project.lux +++ b/lux-ruby/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-ruby" "0.6.3"] + ["identity" ["com.github.luxlang" "lux-ruby" "0.6.4"] "description" "A Ruby compiler for Lux." "info" ["url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" @@ -15,8 +15,8 @@ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - "compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"] - "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"] + "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"] ["org.jruby" "jruby-complete" "9.2.15.0" "jar"]] |