From fcef2928b75705e8cdecd126e0c08fb9b2cb99c8 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:37:23 +0200 Subject: [PATCH] chore: release 0.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e16dca..04d0357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "package-version-server" -version = "0.0.3" +version = "0.0.4" dependencies = [ "chrono", "chrono-humanize", diff --git a/Cargo.toml b/Cargo.toml index a55c3b7..0821737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "package-version-server" -version = "0.0.3" +version = "0.0.4" edition = "2021" authors = ["Zed Team "] license = "MIT"