From a6926ae156a3aaedc0fc03bf947e1830afa22e1c Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Wed, 27 Mar 2024 09:45:37 +0100 Subject: [PATCH] added version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0871526..bc49489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "calcifer" -version = "1.2.0" +version = "1.3.0" dependencies = [ "arboard", "eframe", diff --git a/Cargo.toml b/Cargo.toml index dbaa77c..8e07488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcifer" -version = "1.2.0" +version = "1.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html