diff --git a/vmath.nimble b/vmath.nimble index 3076ab3..c5a6f5b 100644 --- a/vmath.nimble +++ b/vmath.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.1" +version = "0.2.2" author = "treeform" description = "Math vector library for graphical things." license = "MIT" @@ -8,4 +8,4 @@ srcDir = "src" # Dependencies -requires "nim >= 0.18.1" +requires "nim >= 0.19.1"