From 0427b530bd5db583509381d398acb3fb74b1a563 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 5 Sep 2024 08:35:22 +0200 Subject: [PATCH] chore: Release bevy_pancam version 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d21612..f743adb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["gamedev", "bevy"] license = "MIT OR Apache-2.0" name = "bevy_pancam" repository = "https://github.com/johanhelsing/bevy_pancam" -version = "0.13.0" +version = "0.14.0" [features] bevy_egui = ["dep:bevy_egui"]