Update required compiler version and bump the packadge version.

This commit is contained in:
Andre von Houck 2019-05-14 14:24:47 -07:00
parent f71647cf5a
commit 90c3b9fcb4

View file

@ -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"