From bfa1a9eb43ffd34a2c2d7d749ea434a54531d09c Mon Sep 17 00:00:00 2001 From: Sannie Kwakman Date: Fri, 1 Jul 2016 11:14:30 +0200 Subject: [PATCH] bumped version to 0.14 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index db147ec..fa07942 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject visualreview "0.1.4-SNAPSHOT" +(defproject visualreview "0.1.4" :description "Provides a productive and human-friendly workflow for catching visual regressions by comparing screenshots" :url "https://github.com/xebia/VisualReview" :license {:name "Apache Licence 2.0"