Skip to content

Commit

Permalink
Prepare for new Gorilla release (#7)
Browse files Browse the repository at this point in the history
* prep for 0.4.0 release and merge upstream
* remove .DS_Store

For details on 0.4.0, see JonyEpsilon/gorilla-repl#252
  • Loading branch information
benfb committed Jan 1, 2017
1 parent 97ae8a4 commit 83a6364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
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.6"
(defproject lein-gorilla "0.4.0"
:description "A Leiningen plugin for the Gorilla REPL."
:url "https://github.com/JonyEpsilon/lein-gorilla"
:license {:name "MIT"}
:dependencies [[gorilla-repl "0.3.6"]]
:dependencies [[gorilla-repl "0.4.0"]]
: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.6")
(def gorilla-version "0.4.0")

;; 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 83a6364

Please sign in to comment.