From aa18b570fb07974ed0877fa88f6497d0fc462987 Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 8 Aug 2022 11:38:54 -0700 Subject: [PATCH] 1.2.0 --- tests/test.nim | 2 +- vmath.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.nim b/tests/test.nim index d2a8bff..88b315e 100644 --- a/tests/test.nim +++ b/tests/test.nim @@ -375,7 +375,7 @@ block: doAssert c == dvec4(4, 3, 2, 1) block: - # Test swizzle calls only once + # Test swizzle calls only once var callCount = 0 proc countsCalls(): Vec2 = inc callCount diff --git a/vmath.nimble b/vmath.nimble index a59a999..c414c6c 100644 --- a/vmath.nimble +++ b/vmath.nimble @@ -1,4 +1,4 @@ -version = "1.1.4" +version = "1.2.0" author = "Andre von Houck" description = "Your single stop for vector math routines for 2d and 3d graphics." license = "MIT"