From 90c3b9fcb46f9666db86319341478268c575ddbb Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Tue, 14 May 2019 14:24:47 -0700 Subject: [PATCH] Update required compiler version and bump the packadge version. --- vmath.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"