aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/project.clj')
-rw-r--r--lux-jvm/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj
index ed3221411..e0606d0ab 100644
--- a/lux-jvm/project.clj
+++ b/lux-jvm/project.clj
@@ -7,7 +7,7 @@
(defproject com.github.luxlang/lux-jvm #=(identity version)
:description "A JVM compiler for Lux."
:url ~repo
- :license {:name "Lux License v0.1"
+ :license {:name "Lux License v0.1.1"
:url ~(str repo "/blob/master/license.txt")}
:plugins [[com.github.luxlang/lein-luxc ~version]]
:deploy-repositories [["releases" {:url ~sonatype-releases :creds :gpg}]