From b2877a9cded1a0b507a668a58d61f716974af069 Mon Sep 17 00:00:00 2001 From: treeform Date: Fri, 18 Jun 2021 18:35:01 -0700 Subject: [PATCH] 1.0.9 --- vmath.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmath.nimble b/vmath.nimble index f1d6081..cfdb176 100644 --- a/vmath.nimble +++ b/vmath.nimble @@ -1,4 +1,4 @@ -version = "1.0.8" +version = "1.0.9" author = "treeform" description = "Your single stop for vector math routines for 2d and 3d graphics." license = "MIT"