From 9d5870335684f3532463829d87ac34fb1aac72fd Mon Sep 17 00:00:00 2001 From: Okke Tijhuis Date: Mon, 13 Apr 2015 18:57:22 +0200 Subject: [PATCH] Dummy version update to see if a new release fixes the zlib installation error --- plugin.edn | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.edn b/plugin.edn index 687d427..9c51c17 100644 --- a/plugin.edn +++ b/plugin.edn @@ -1,5 +1,5 @@ {:name "Paredit-Plus" - :version "0.0.6" + :version "0.0.7" :author "Okke Tijhuis (@otijhuis)" :source "https://github.com/otijhuis/paredit-plus.git" :desc "Extra paredit commands (like wrap/split/splice/kill/duplicate) which aren't supported (yet) in the main Paredit plugin" diff --git a/project.clj b/project.clj index 6d9e61e..553ac0a 100644 --- a/project.clj +++ b/project.clj @@ -1,3 +1,3 @@ -(defproject com.lighttable/paredit-plus "0.0.6" +(defproject com.lighttable/paredit-plus "0.0.7" :description "paredit+ plugin for Light Table" :dependencies [[org.clojure/clojure "1.5.1"]])