From 9663c63cb791309acd50001852113483fa154f11 Mon Sep 17 00:00:00 2001 From: Abhijit Roy Date: Sat, 2 Nov 2024 23:09:32 +0530 Subject: [PATCH] bump up version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a03480a..e175d1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "dummy-json-rs" -version = "1.0.1" +version = "1.0.2" dependencies = [ "once_cell", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 359be96..6e173e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dummy-json-rs" description = "Dummy JSON API client in Rust" -version = "1.0.1" +version = "1.0.2" edition = "2021" repository = "https://github.com/abhi3700/dummy-json-rs" license = "MIT"