diff --git a/lein_gorilla.iml b/lein_gorilla.iml index 25a71f0..7d45880 100644 --- a/lein_gorilla.iml +++ b/lein_gorilla.iml @@ -10,12 +10,12 @@ - + - + diff --git a/project.clj b/project.clj index 84b06ee..2a9741d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject lein-gorilla "0.1.0" +(defproject lein-gorilla "0.1.1" :description "A Leiningen plugin for the Gorilla REPL." :url "https://github.com/JonyEpsilon/lein-gorilla" :license {:name "MIT"} - :dependencies [[gorilla-repl "0.1.0"]] + :dependencies [[gorilla-repl "0.1.1"]] :eval-in-leiningen true)