From 3761118f1009ffef9c3ef2b4e7935b62fc783747 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Sat, 6 Jan 2018 19:07:37 +0000 Subject: [PATCH] Version 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca09a3b..336c0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mammut" -version = "0.9.0" +version = "0.9.1" description = "A wrapper around the Mastodon API." authors = ["Aaron Power "] license = "MIT/Apache-2.0"