From c9f849cefd459544e91891dfdbeb4713d3049e1a Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 15 Nov 2014 12:49:01 -0500 Subject: [PATCH] version 0.2.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 03a4e81..680fe27 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-pebble "0.1.0" +(defproject clj-pebble "0.2.0" :description "Clojure wrapper for the Pebble Java templating engine." :url "https://github.com/gered/clj-pebble" :license {:name "BSD 3-Clause License"