From 8641eff3e34456654238878c233547aa2686c239 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Tue, 18 Sep 2018 21:13:32 -0400 Subject: [PATCH] Update to v0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b42df17..253edc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elefren" -version = "0.15.0" +version = "0.15.1" description = "A wrapper around the Mastodon API." authors = ["Aaron Power ", "Paul Woolcock "]