diff options
-rw-r--r-- | compiler.nimble | 4 | ||||
-rw-r--r-- | lib/stdlib.nimble | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/test_nimscript.nims | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler.nimble b/compiler.nimble index a98981a97..5d654e03f 100644 --- a/compiler.nimble +++ b/compiler.nimble @@ -1,6 +1,6 @@ [Package] name = "compiler" -version = "0.13.0" +version = "0.14.0" 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.12.0" +Requires: "nim >= 0.13.0" diff --git a/lib/stdlib.nimble b/lib/stdlib.nimble index e8bb364f1..aecaf95f4 100644 --- a/lib/stdlib.nimble +++ b/lib/stdlib.nimble @@ -1,6 +1,6 @@ [Package] name = "stdlib" -version = "0.13.0" +version = "0.14.0" author = "Dominik Picheta" description = "Nim's standard library." license = "MIT" diff --git a/tests/test_nimscript.nims b/tests/test_nimscript.nims index 436e990ef..436e990ef 100755..100644 --- a/tests/test_nimscript.nims +++ b/tests/test_nimscript.nims |