Skip to content

Commit 8e10de7

Browse files
committed
chore: bump to 0.5.1
1 parent 5ad04b1 commit 8e10de7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrow"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
authors = [
66
"Jose Storopoli <[email protected]>",

src/components/settings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub(crate) fn Settings() -> Element {
7373
}
7474

7575
div { class: "mt-2 max-w-xl text-sm text-gray-500",
76-
p { "Version: 0.5.0" }
76+
p { "Version: 0.5.1" }
7777
p { class: "mt-2",
7878
"A Bitcoin non-custodial peer-to-peer dispute resolution tool. All code is open source and runs entirely in your browser."
7979
}

0 commit comments

Comments
 (0)