Bumping all versions to the same minor version.

This commit is contained in:
2025-09-25 11:39:56 -04:00
parent c5c433edb5
commit fd51c7c0bb
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bard" name = "bard"
version = "0.0.23" version = "0.3.0"
edition = "2024" edition = "2024"
description = "Dioxus components that will display a Tavern blogging system Blog." description = "Dioxus components that will display a Tavern blogging system Blog."
repository = "/CyberMages/tavern" repository = "/CyberMages/tavern"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "blog_test" name = "blog_test"
version = "0.1.0" version = "0.3.0"
authors = ["Myrddin Dundragon <myrddin@cybermages.tech>"] authors = ["Myrddin Dundragon <myrddin@cybermages.tech>"]
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "loreweaver" name = "loreweaver"
version = "0.1.0" version = "0.3.0"
edition = "2024" edition = "2024"
description = "Converts a blog repository into an SQLite database using the Tavern blog system." description = "Converts a blog repository into an SQLite database using the Tavern blog system."
repository = "/CyberMages/tavern" repository = "/CyberMages/tavern"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tavern" name = "tavern"
version = "0.2.9" version = "0.3.0"
edition = "2024" edition = "2024"
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus." description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
repository = "/CyberMages/tavern" repository = "/CyberMages/tavern"