Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Dec 26, 2024
1 parent 466490f commit da5ff88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4

[bumpversion:file:Cargo.toml]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radiors"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.79"
description = "🎛️ A highly customizable radio buttons component for WASM frameworks like Yew, Dioxus, and Leptos."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Refer to [our guide](https://github.com/opensass/radio-rs/blob/main/YEW.md) to i

## 🧬 Dioxus Usage (WIP)

<!-- absolute url for docs.rs cause Dioxus.md is not included in crate -->
Refer to [our guide](https://github.com/opensass/radio-rs/blob/main/Dioxus.md) to integrate this component into your Dioxus app.
<!-- absolute url for docs.rs cause DIOXUS.md is not included in crate -->
Refer to [our guide](https://github.com/opensass/radio-rs/blob/main/DIOXUS.md) to integrate this component into your Dioxus app.

## 🌱 Leptos Usage (WIP)

Expand Down

0 comments on commit da5ff88

Please sign in to comment.