Skip to content

Commit

Permalink
Release v0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonyEpsilon committed Dec 17, 2014
1 parent 8d5a2b8 commit 505a9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion src/leiningen/gorilla.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 505a9b9

Please sign in to comment.