From 8392ec43e9bc27bc03299270f86e30889476b102 Mon Sep 17 00:00:00 2001 From: 4JX <79868816+4JX@users.noreply.github.com> Date: Sat, 19 Feb 2022 00:38:19 +0100 Subject: [PATCH] Bump version --- back/Cargo.toml | 2 +- main/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/back/Cargo.toml b/back/Cargo.toml index 0e73cf1..3d82abd 100644 --- a/back/Cargo.toml +++ b/back/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "back" -version = "0.0.2" +version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/main/Cargo.toml b/main/Cargo.toml index b0fb9b7..8012ea2 100644 --- a/main/Cargo.toml +++ b/main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m_cubed" -version = "0.0.2" +version = "0.1.0" authors = ["4JX"] edition = "2021" homepage = "https://github.com/4JX/mCubed"