Bump version

This commit is contained in:
aglkm
2024-05-24 18:43:54 +03:00
parent 22ad5739d8
commit 6525fcb67c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -736,7 +736,7 @@ dependencies = [
[[package]] [[package]]
name = "grin-explorer" name = "grin-explorer"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "grin-explorer" name = "grin-explorer"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -212,7 +212,7 @@
<div class="row mb-2"> <div class="row mb-2">
<div class="col d-flex justify-content-center"> <div class="col d-flex justify-content-center">
<a class="text-decoration-none" href="https://github.com/aglkm/grin-explorer"> <a class="text-decoration-none" href="https://github.com/aglkm/grin-explorer">
<span style="color:grey">v.0.1.3 <i class="bi bi-github"></i></span> <span style="color:grey">v.0.1.4 <i class="bi bi-github"></i></span>
</a> </a>
</div> </div>
</div> </div>