From aa0b04d685286df5ffcc93d9dc7c068403325a4d Mon Sep 17 00:00:00 2001 From: GiyoMoon Date: Mon, 20 Feb 2023 02:16:48 +0100 Subject: [PATCH] :bookmark: Bump version to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1e1605..dac9230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "eve" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "astrolabe", diff --git a/Cargo.toml b/Cargo.toml index ab2aa03..08a46cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eve" -version = "1.0.0" +version = "1.1.0" authors = ["GiyoMoon "] edition = "2021" publish = false