From ebee9a5eaffb3c4dfe53b239560c4327e0815cd0 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Sat, 5 Apr 2025 06:41:50 -0400 Subject: [PATCH] 1.0.0 no functional changes with this release, but technically breaking as it has an explicit "license" associated with the project. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5bc63e..2b21865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1666,7 +1666,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" [[package]] name = "dsort" -version = "0.2.1" +version = "1.0.0" dependencies = [ "bevy", "bevy_egui", diff --git a/Cargo.toml b/Cargo.toml index ed5138d..78ef734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsort" -version = "0.2.1" +version = "1.0.0" edition = "2021" license = "unlicense"