From 05959755c4820493a3e22c1e3f9eb70610a227eb Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 12 Feb 2023 00:00:00 -0600 Subject: [PATCH] Bump version number (#1695) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f94a19fa0..13ca03b08d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.4.2" +version = "0.5.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 13668abd4f..945ed67866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.4.2" +version = "0.5.0" license = "CC0-1.0" edition = "2021" autotests = false