From 628356261aa9539b4f438ffd369a2638dc9506bd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 1 Oct 2021 02:59:09 -0400 Subject: Commercial licensing option for Lux + release versions for sub-projects. --- lux-ruby/project.clj | 2 +- lux-ruby/project.lux | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-ruby') diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj index 36430ec9a..f689a8c33 100644 --- a/lux-ruby/project.clj +++ b/lux-ruby/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.0-SNAPSHOT") +(def version "0.6.0") (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-ruby/project.lux b/lux-ruby/project.lux index b9e998cde..ab142f3c4 100644 --- a/lux-ruby/project.lux +++ b/lux-ruby/project.lux @@ -1,5 +1,5 @@ {"" - [#identity ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT"] + [#identity ["com.github.luxlang" "lux-ruby" "0.6.0"] #description "A Ruby compiler for Lux." #deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" @@ -8,8 +8,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.0-SNAPSHOT" "jar"] - #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "tar"] + #compiler ["com.github.luxlang" "lux-jvm" "0.6.0" "jar"] + #dependencies [["com.github.luxlang" "stdlib" "0.6.0" "tar"] ["org.jruby" "jruby-complete" "9.2.15.0" "jar"]] #program "program"]} -- cgit v1.2.3