From b4c1325547442f9024acbffa24cebfcb0fb1db5d Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Thu, 12 Jan 2023 20:49:19 +0100 Subject: [PATCH] build: bump version (v1.0.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0f1eb8..c2a2367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-easing" -version = "1.0.0" +version = "1.0.1" description = "Set of simple easing functions" edition = "2021" repository = "https://gitlab.com/chpio/simple-easing"