From 7d752c29b60f9f13064a8756012b5c3dd98b1037 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sun, 4 Aug 2024 17:28:49 +0200 Subject: [PATCH] chore: Release bevy_pancam version 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7baa51..7d21612 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.12.0" +version = "0.13.0" [features] bevy_egui = ["dep:bevy_egui"]