From dce694965e7dc0c143b5193f24b5bc25a4934a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Mei=C3=9Fner?= Date: Thu, 21 Nov 2024 19:43:41 +0100 Subject: [PATCH] Bump to v0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d93014b..4a0f8bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "contrast_renderer" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-executor", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 8a8e4ea..b827645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] resolver = "2" name = "contrast_renderer" -version = "0.1.3" +version = "0.1.4" authors = ["Alexander Meißner "] description = "A web-gpu based 2D render engine" repository = "https://github.com/Lichtso/contrast_renderer/"