Skip to content

Commit 88c58ee

Browse files
web-flowwiseaidev
authored andcommitted
Bump version: 0.0.0 β†’ 0.0.1
1 parent 002f20a commit 88c58ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.bumpversion.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
33

44
[bumpversion:file:Cargo.toml]
55
search = version = "{current_version}"

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "sidebar"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "πŸ—ƒοΈ A highly customizable sidebar component for WASM frameworks like Yew, Dioxus, and Leptos."
77
license = "MIT"
8-
keywords = ["sidebar", "navigation", "yew", "dioxus", "leptos", "wasm"]
8+
keywords = ["sidebar", "yew", "dioxus", "leptos", "wasm"]
99
categories = ["gui", "web-programming", "wasm"]
1010
repository = "https://github.com/opensass/sidebar"
1111
documentation = "https://docs.rs/sidebar"

0 commit comments

Comments
Β (0)