From 065aeb90b6ea9a259e5df6096b45bb359a9ecd8f Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Wed, 28 Feb 2018 14:55:24 +0000 Subject: [PATCH] Version 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec02105..937191e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mammut" -version = "0.10.0-rc2" +version = "0.10.0" description = "A wrapper around the Mastodon API." authors = ["Aaron Power "]