From b39ec4c0b70648773698330f485aa11c7f62ab53 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 17 Nov 2020 22:04:04 +0000 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c009e9b..91756a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mosaic-tile" -version = "0.1.0" +version = "0.1.1" authors = ["Brooks J Rady "] edition = "2018" description = "A small client-side library for writing mosaic plugins (tiles)"