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-ruby/project.clj | 4 ++-- lux-ruby/project.lux | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lux-ruby') 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"]] -- cgit v1.2.3