From dce7cbd093d9407dd251abc2a77a1f5f1ab0b385 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 24 Aug 2018 23:35:27 +0100 Subject: [PATCH] Upversion to 0.1.2-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d116868..bc88ccf 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mastodonusers "0.1.1" +(defproject mastodonusers "0.1.2-SNAPSHOT" :description "A Clojure app to report and log the current number of users in the fediverse." :url "https://github.com/simon-brooke/mastodonusers" :license {:name "GNU General Public License,version 2.0"