From 73a3d1314a31cd2c96733ec0743d7ccec03a8738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moses=20Palm=C3=A9r?= Date: Tue, 3 Jan 2023 15:48:56 +0100 Subject: [PATCH] Release 3.0.2 --- maker/Cargo.toml | 2 +- maze/Cargo.toml | 2 +- test/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/maker/Cargo.toml b/maker/Cargo.toml index 9c1b200..d881258 100644 --- a/maker/Cargo.toml +++ b/maker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maze-maker" -version = "3.0.1" +version = "3.0.2" authors = ["Moses Palmér "] edition = "2021" diff --git a/maze/Cargo.toml b/maze/Cargo.toml index 0796cd6..0a5981c 100644 --- a/maze/Cargo.toml +++ b/maze/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maze" -version = "3.0.1" +version = "3.0.2" authors = ["Moses Palmér "] edition = "2021" diff --git a/test/Cargo.toml b/test/Cargo.toml index 30639eb..9d9cc52 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maze-test" -version = "3.0.1" +version = "3.0.2" authors = ["Moses Palmér "] edition = "2021" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index fe6b24b..14d3a28 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maze-tools" -version = "3.0.1" +version = "3.0.2" authors = ["Moses Palmér "] edition = "2021" diff --git a/web/Cargo.toml b/web/Cargo.toml index 89deaf1..aa81db9 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maze-web" -version = "3.0.1" +version = "3.0.2" authors = ["Moses Palmér "] edition = "2021"