From 2e09c556e921fae9eec90d6f0d5dc59187dbc67e Mon Sep 17 00:00:00 2001 From: Alexsander Falcucci Date: Sun, 28 Jul 2024 03:23:45 +0200 Subject: [PATCH] chore: update package version to 0.3.1 - update the version of the package from "0.2.1" to "0.3.1" --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3c852f..8fdac10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "hyper-jump" -version = "0.2.1" +version = "0.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b98a326..01a05bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-jump" -version = "0.2.1" +version = "0.3.1" edition = "2021" license = "Apache-2.0" readme = "README.md"