From 87bb1459b88f91f26a95ed970f881ecfeff07690 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Thu, 16 Oct 2025 13:58:36 -0400 Subject: [PATCH] Bumped the bard version for publishing. --- Cargo.lock | 2 +- bard/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6bb463..b26534a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ [[package]] name = "bard" -version = "0.3.14" +version = "0.3.15" dependencies = [ "dioxus", "tavern", diff --git a/bard/Cargo.toml b/bard/Cargo.toml index 6d78518..516a731 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bard" -version = "0.3.14" +version = "0.3.15" edition = "2024" description = "Dioxus components that will display a Tavern blogging system Blog." repository = "/CyberMages/tavern"