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-lein | |
parent | 0952b1d1ca71089a092fde7758481ba4de71e151 (diff) |
v0.6.4
Diffstat (limited to 'lux-lein')
-rw-r--r-- | lux-lein/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lein/project.clj b/lux-lein/project.clj index 0e3404eba..cdd4e8f6e 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/lein-luxc "0.6.3" +(defproject com.github.luxlang/lein-luxc "0.6.4" :description "The Leiningen plugin for the Lux programming language." :url "https://github.com/LuxLang/lux" :license {:name "Lux License v0.1.2" |