Release v0.18.1

This commit is contained in:
sebcrozet 2019-08-27 20:55:25 +02:00 committed by Sébastien Crozet
parent f0324c67b1
commit f302edc0dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.18.0"
version = "0.18.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra-glm"
version = "0.4.0"
version = "0.4.1"
authors = ["sebcrozet <developer@crozet.re>"]
description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."