aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-11-29 12:59:44 -0400
committerEduardo Julian2015-11-29 12:59:44 -0400
commit09107d6abf85b51aa407880d0ed5dec7cfb22e85 (patch)
tree4b884172ef8eee03248df127d96d15f0259d11fd /project.clj
parent5683946988997517dadb01fbf6ebefd85251962f (diff)
- No longer removing empty lines from source code when reading it. Now lexing them as whitespace.
- Shifted version of the compiler to 0.3.1
Diffstat (limited to '')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 7cc66da22..74cc78dcb 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject lux-jvm "0.3.0"
+(defproject lux-jvm "0.3.1"
:description "The JVM compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"
:license {:name "Mozilla Public License (Version 2.0)"