aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/project.clj')
-rw-r--r--lux-js/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-js/project.clj b/lux-js/project.clj
index 35ab4a21c..280b9fb90 100644
--- a/lux-js/project.clj
+++ b/lux-js/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.0")
+(def version "0.6.2")
(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/")
@@ -6,7 +6,7 @@
(defproject com.github.luxlang/lux-js #=(identity version)
:description "A JavaScript compiler for Lux."
:url ~repo
- :license {:name "Lux License v0.1.1"
+ :license {:name "Lux License v0.1.2"
:url ~(str repo "/blob/master/license.txt")}
:scm {:name "git"
:url ~(str repo ".git")}