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