aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-08-03 19:54:53 -0400
committerEduardo Julian2015-08-03 19:54:53 -0400
commitddc471806fba8fe179d52b4781f0a66d871b5e99 (patch)
tree4f749d0135a22a69ea742eb7b03ac740a993ee69 /project.clj
parent90399879ee7cc61e6333f7e81141441d32fcdb2e (diff)
- Type definitions inside the compiler data now hold the type itself.
- Value definitions inside the compiler data now hold the value itself. - Fixed a few bugs.
Diffstat (limited to '')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index a0fd8d1cb..88191109a 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject lux-jvm "0.2.0"
+(defproject lux-jvm "0.3.0"
:description "The JVM compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"
:license {:name "Eclipse Public License"