From a1accf5372085b7dce0af3c40324f8c22bba609e Mon Sep 17 00:00:00 2001 From: Asger Nyman Christiansen Date: Sat, 21 Oct 2023 13:06:48 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afd41278..f09153bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three-d" -version = "0.16.1" # Remember to update example links +version = "0.16.2" # Remember to update example links authors = ["Asger Nyman Christiansen "] edition = "2021" description = "2D/3D renderer - makes it simple to draw stuff across platforms (including web)"