diff options
author | Eduardo Julian | 2021-10-01 02:59:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-01 02:59:09 -0400 |
commit | 628356261aa9539b4f438ffd369a2638dc9506bd (patch) | |
tree | 917b4118194d14b4d5fe5efc93091977d4caebdf /lux-lein | |
parent | 8196ab379495ab00c11b74b55b6f2fabd99ab351 (diff) |
Commercial licensing option for Lux + release versions for sub-projects.
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 c5c1b9090..3fc049c64 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/lein-luxc "0.6.0-SNAPSHOT" +(defproject com.github.luxlang/lein-luxc "0.6.0" :description "The Leiningen plugin for the Lux programming language." :url "https://github.com/LuxLang/lein-luxc" :license {:name "Lux License v0.1.1" |