From 162d17841e956122cb0b84521cfff29d7af7daca Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 9 Jun 2018 18:35:29 -0400 Subject: [PATCH] bump version for development --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ae0450f..bb40adc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mtgcoll "1.2.0" +(defproject mtgcoll "1.2.1-SNAPSHOT" :description "Magic: The Gathering card database and personal collection management web app." :url "https://github.com/gered/mtgcoll" :license {:name "MIT License"