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"