From c4de2e1d3b82c9b436699a0f271d0111990f8d93 Mon Sep 17 00:00:00 2001 From: "Felix H. Dahlke" Date: Tue, 20 Nov 2012 06:06:19 +0100 Subject: [PATCH] Increment version --- CHANGES.md | 3 +++ project.clj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a3b2836..4ae23dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +1.4.0 +================== + 1.3.1 (2012-11-20) ================== * Fixed rendering of nested partials. diff --git a/project.clj b/project.clj index 8dc26ea..7b70b02 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject de.ubercode.clostache/clostache "1.3.1" +(defproject de.ubercode.clostache/clostache "1.4.0-SNAPSHOT" :min-lein-version "2.0.0" :description "{{ mustache }} for Clojure" :url "http://github.com/fhd/clostache"