Skip to content

Commit

Permalink
Merge pull request #59 from treeform/dev
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
treeform authored Aug 8, 2022
2 parents 0ca6d7e + aa18b57 commit f4c6688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vmath.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f4c6688

Please sign in to comment.