From 5b1b5c166c088b29073cafa73c512bdbeee7fcf9 Mon Sep 17 00:00:00 2001 From: cat_or_not <41955154+catornot@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:29:52 -0400 Subject: [PATCH] bump version --- Cargo.toml | 2 +- rrplug_proc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98fad22..bb3ed41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrplug" -version = "4.0.0" +version = "4.1.0" authors = ["catornot"] description = "framework for R2Northstar plugins" repository = "https://github.com/R2NorthstarTools/rrplug" diff --git a/rrplug_proc/Cargo.toml b/rrplug_proc/Cargo.toml index 0bacac2..7bf1896 100644 --- a/rrplug_proc/Cargo.toml +++ b/rrplug_proc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrplug_proc" -version = "4.0.0" +version = "4.1.0" authors = ["catornot"] description = "crate for proc macros of rrplug" repository = "https://github.com/R2NorthstarTools/rrplug"