From 52a5564bbc99faf6a4f97083b9c652199c8f686c Mon Sep 17 00:00:00 2001 From: Asger Nyman Christiansen Date: Fri, 12 Mar 2021 20:09:48 +0100 Subject: [PATCH] 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1b568a06..627984671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three-d" -version = "0.6.0" # Remember to update example links +version = "0.6.1" # Remember to update example links authors = ["Asger Nyman Christiansen "] edition = "2018" description = "A renderer which compiles to both desktop (OpenGL) and web (WebAssembly + WebGL)."