From 4be23773231b701926203dc352ea4bd0e1d2d282 Mon Sep 17 00:00:00 2001 From: Asger Nyman Christiansen Date: Sun, 16 Jan 2022 12:52:33 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87def0260..7f525619e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three-d" -version = "0.9.0" # Remember to update example links +version = "0.10.0" # Remember to update example links authors = ["Asger Nyman Christiansen "] edition = "2018" description = "2D/3D renderer - makes it simple to draw stuff across platforms (including web)"