From 09107d6abf85b51aa407880d0ed5dec7cfb22e85 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 29 Nov 2015 12:59:44 -0400 Subject: - 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 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.clj') 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)" -- cgit v1.2.3