From 0e7af6f81f359f5bd76a3976bf57046c386e651d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Solano=20G=C3=B3mez?= Date: Thu, 24 Jan 2013 15:28:10 -0600 Subject: [PATCH] Prep for 0.10.0-SNAPSHOT --- Changelog.md | 6 ++++++ project.clj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"