From dd4d2c003f73805244530d10cb29e953445165b8 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 14 Jan 2025 14:46:04 +0300 Subject: [PATCH] buid(version): bump version to v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 293068c..9f44832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,7 +716,7 @@ checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271" [[package]] name = "compareware" -version = "0.1.2" +version = "0.1.3" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 28290d2..d5a1264 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compareware" -version = "0.1.2" +version = "0.1.3" edition = "2021" [lib]