From 244463ee29422b63f563ca4552fc819be51d85d3 Mon Sep 17 00:00:00 2001 From: Compositr Date: Sun, 3 Nov 2024 21:32:36 +1100 Subject: [PATCH] chore: bump ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1311ac..fc7a184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "luciders" -version = "0.1.0" +version = "1.0.0" dependencies = [ "indoc", "resvg", diff --git a/Cargo.toml b/Cargo.toml index cfa8bf0..0901a0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "luciders" -version = "0.1.0" +version = "1.0.0" edition = "2021" license = "AGPL-3.0-only"