aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-04-18 09:04:13 -0400
committerEduardo Julian2016-04-18 09:04:13 -0400
commit10bc5adc0e5ed50321f6a5644989b0ab34550472 (patch)
treefc234df87d803d8eb5cbafb0543e587eb5efc75d /project.clj
parent011842da545d20721d3868ccd8992cb5b883eed3 (diff)
- The compiler now takes the list of directories on which to look for source code during compilation.
Diffstat (limited to '')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 93218d37b..c00605591 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject lux-jvm "0.3.2"
+(defproject com.github.luxlang/luxc-jvm "0.3.3-SNAPSHOT"
:description "The JVM compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"
:license {:name "Mozilla Public License (Version 2.0)"