aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-04 13:29:54 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-04 13:29:54 -0400
commit3c711f2012c865c2a17077b2980c53437c4812bc (patch)
tree474f4e8efad8abe1a389c2a3a0c6e9b4c69a92f7
parentc8860bc561e56ba9747d5ccc783b7f1e8fb6d648 (diff)
Bumped to 0.1.2v0.1.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 686ad24..4ee760a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_headless_render"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
description = "A plugin for the bevy engine which enables headless rendering to an image for use in the main world."
license = "0BSD OR MIT OR Apache-2.0"