From 5e6ca01b16b45c84f3ff0fdec048f7cdb1038530 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 11 May 2023 22:24:49 -0700 Subject: [PATCH] v2.0.0 --- vmath.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmath.nimble b/vmath.nimble index c414c6c..0198ad3 100644 --- a/vmath.nimble +++ b/vmath.nimble @@ -1,4 +1,4 @@ -version = "1.2.0" +version = "2.0.0" author = "Andre von Houck" description = "Your single stop for vector math routines for 2d and 3d graphics." license = "MIT"