diff --git a/Changelog.md b/Changelog.md index 311b716..e23d9dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ This page will list all of the latest changes in lein-tarsier. +## 0.10.0-SNAPSHOT + +### Bug fixes + +* Should now work with Leiningen 2.0.0 + ## 0.9.4 ### New features diff --git a/project.clj b/project.clj index 1dab141..fa42815 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-tarsier "0.9.5-SNAPSHOT" +(defproject lein-tarsier "0.10.0-SNAPSHOT" :description "Launches a VimClojure server for Vim." :url "https://github.com/sattvik/lein-tarsier" :license {:name "Eclipse Public License"