Skip to content

Commit 4026a6c

Browse files
committed
bump version
1 parent a15e3a8 commit 4026a6c

File tree

3 files changed

+41
-42
lines changed

3 files changed

+41
-42
lines changed

Cargo.lock

+39-40
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.1.0"
3+
version = "0.1.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
@@ -102,7 +102,7 @@ pub(crate) fn Settings() -> Element {
102102
}
103103

104104
div { class: "mt-2 max-w-xl text-sm text-gray-500",
105-
p { "Version: 0.1.0" }
105+
p { "Version: 0.1.1" }
106106
p { class: "mt-2",
107107
"A Bitcoin non-custodial peer-to-peer dispute resolution tool. All code is open source and runs entirely in your browser."
108108
}

0 commit comments

Comments
 (0)