From 505a9b9fc8da0eb2320cf046ba62541ca6b1789f Mon Sep 17 00:00:00 2001 From: JonyEpsilon Date: Wed, 17 Dec 2014 18:27:38 +0000 Subject: [PATCH] Release v0.3.4. --- project.clj | 4 ++-- src/leiningen/gorilla.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 070a084..e4b1b89 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject lein-gorilla "0.3.4-SNAPSHOT" +(defproject lein-gorilla "0.3.4" :description "A Leiningen plugin for the Gorilla REPL." :url "https://github.com/JonyEpsilon/lein-gorilla" :license {:name "MIT"} - :dependencies [[gorilla-repl "0.3.4-SNAPSHOT"]] + :dependencies [[gorilla-repl "0.3.4"]] :eval-in-leiningen true) diff --git a/src/leiningen/gorilla.clj b/src/leiningen/gorilla.clj index dcb3751..aed09ba 100644 --- a/src/leiningen/gorilla.clj +++ b/src/leiningen/gorilla.clj @@ -10,7 +10,7 @@ [clojure.pprint :as pp])) ;; The version of Gorilla that we will use -(def gorilla-version "0.3.4-SNAPSHOT") +(def gorilla-version "0.3.4") ;; This is the leiningen task. It needs no arguments, and can run outside a project (assuming you've got the plugin ;; installed in your profile).