From e48ee26d4570a59f1660e400e6881927f9df18a9 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Tue, 27 Aug 2019 22:45:20 +0200 Subject: [PATCH] Release nalgebra-glm v0.4.2 --- nalgebra-glm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nalgebra-glm/Cargo.toml b/nalgebra-glm/Cargo.toml index 40e62e4a..bb54e205 100644 --- a/nalgebra-glm/Cargo.toml +++ b/nalgebra-glm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-glm" -version = "0.4.1" +version = "0.4.2" authors = ["sebcrozet "] description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."