From f880779b455018de6270b1c847a796e008986555 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 5 Apr 2014 16:32:31 -0400 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6babc61..1514ca4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-image2ascii "0.1" +(defproject clj-image2ascii "0.2" :description "Tools for turning images into ASCII equivalents." :url "https://github.com/gered/clj-image2ascii" :license {:name "MIT License"