From c956d354a1952fb443abe614cee392f5c7762747 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Thu, 22 Sep 2016 17:17:19 -0700 Subject: [PATCH] bump version number for deployment --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a930d9a..770c000 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject witch-house/pronouns "1.9.0-SNAPSHOT" +(defproject witch-house/pronouns "1.10.0-SNAPSHOT" :description "Pronoun.is is a website for personal pronoun usage examples" :url "http://pronoun.is" :dependencies [[org.clojure/clojure "1.6.0"]