summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-05 17:10:17 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-05 17:10:17 +0100
commit9d03d166a8bc4fb933f76596a89e30447869f83f (patch)
tree33735824a5cf5e0c66622e86b0e730d00b0c2bfd
parentc4c64804e5b26876b7f331f48dea052d4feade4c (diff)
downloadNim-9d03d166a8bc4fb933f76596a89e30447869f83f.tar.gz
Update version in compiler.nimble
-rw-r--r--compiler.nimble4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler.nimble b/compiler.nimble
index 52eb4083b..9d39af502 100644
--- a/compiler.nimble
+++ b/compiler.nimble
@@ -1,6 +1,6 @@
 [Package]
 name = "compiler"
-version = "0.10.3"
+version = "0.11.3"
 author = "Andreas Rumpf"
 description = "Compiler package providing the compiler sources as a library."
 license = "MIT"
@@ -8,4 +8,4 @@ license = "MIT"
 InstallDirs = "doc, compiler"
 
 [Deps]
-Requires: "nim >= 0.10.3"
+Requires: "nim >= 0.11.3"