aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuxLang2016-01-22 02:16:56 -0400
committerLuxLang2016-01-22 02:16:56 -0400
commit3dfb1a097f44a66fe734831b3770e7016fda78be (patch)
tree1fea78503a14af6def12d0dba7e0b09621570275 /README.md
parent9a82ab5aeea680ed00dc497116f08aa417eb7013 (diff)
Updated the version in the README to 0.3.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 98bcb8c79..976483526 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ It's meant to be a functional, statically-typed Lisp that will run on several pl
### What's the current version?
-v0.3.1
+v0.3.2
### How far ahead is the project?
@@ -19,7 +19,7 @@ However, programs can be written that can interop with the JVM and you can even
### How can I use it?
-Download the 0.3.1 compiler from here: https://github.com/LuxLang/lux/releases/download/0.3.1/luxc.jar
+Download the 0.3.2 compiler from here: https://github.com/LuxLang/lux/releases/download/0.3.2/luxc.jar
Once you download the compiler, you'll want to create a directory named "source" in the same directory where the compiler is located.
@@ -207,5 +207,5 @@ If you want to write variants/records with tags from lux.lux, you must do 1 of t
* Fully prefix them: #lux;Cons
* Use the ; short-cut: #;Cons
-##### Copyright (c) 2015 Eduardo Julian. All rights reserved.
+##### Copyright (c) 2015-2016 Eduardo Julian. All rights reserved.