From 60620011cca6bfe15eee44a337c77706feb90b01 Mon Sep 17 00:00:00 2001 From: Richard Hull Date: Mon, 25 Apr 2016 20:46:13 +0100 Subject: [PATCH] Bump patch version --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 401911c..3dd7155 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ There is a version hosted at [Clojars](https://clojars.org/rm-hull/infix). For leiningen include a dependency: ```clojure -[rm-hull/infix "0.2.5"] +[rm-hull/infix "0.2.6"] ``` For maven-based projects, add the following to your `pom.xml`: @@ -38,7 +38,7 @@ For maven-based projects, add the following to your `pom.xml`: rm-hull infix - 0.2.5 + 0.2.6 ``` diff --git a/project.clj b/project.clj index 153e4f7..d6c3056 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject rm-hull/infix "0.2.5" +(defproject rm-hull/infix "0.2.6" :description "A small Clojure/ClojureScript library for expressing LISP expressions as infix rather than prefix notation" :url "https://github.com/rm-hull/infix" :license {