From 541223acc61503039f36a1c3141b62ac1b1f812f Mon Sep 17 00:00:00 2001 From: James Reeves Date: Fri, 6 Apr 2012 22:02:16 +0100 Subject: [PATCH] Released 1.0.2 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4aac73e..ec082d01 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The easiest way to use Compojure in your own projects is via [Leiningen](http://github.com/technomancy/leiningen). Add the following dependency to your project.clj file: - [compojure "1.0.1"] + [compojure "1.0.2"] To build Compojure from source, run the following commands: diff --git a/project.clj b/project.clj index bc51a454..a6a574db 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject compojure "1.0.1" +(defproject compojure "1.0.2" :description "A concise web framework for Clojure" :url "https://github.com/weavejester/compojure" :dependencies [[org.clojure/clojure "1.2.1"]