From cb46e308db8e97ac7a168c4992fba3b2866d5fb2 Mon Sep 17 00:00:00 2001 From: raffitz Date: Tue, 29 Jun 2021 02:44:45 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63443e6..64fcc6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,7 +311,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "voxelmap" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "lodepng", diff --git a/Cargo.toml b/Cargo.toml index 5ab8166..b966c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voxelmap" -version = "0.1.0" +version = "0.1.1" authors = ["raffitz "] edition = "2018" description = "Converts mathematical descriptions of objects to voxel maps"