From 5c0b49461faedf62a09d51138ba3f956a5bf8abd Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 4 Apr 2014 17:23:58 -0400 Subject: [PATCH] first release! --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 227e844..6babc61 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-image2ascii "0.1.0-SNAPSHOT" +(defproject clj-image2ascii "0.1" :description "Tools for turning images into ASCII equivalents." :url "https://github.com/gered/clj-image2ascii" :license {:name "MIT License"