From e958611a48145940242070920e35f99f001e21c2 Mon Sep 17 00:00:00 2001 From: Richard Hull Date: Wed, 11 May 2016 22:31:57 +0100 Subject: [PATCH] 0.2.7 release --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcdb847..e6b4207 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.6"] +[rm-hull/infix "0.2.7"] ``` 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.6 + 0.2.7 ``` diff --git a/project.clj b/project.clj index ff2c865..43e7de4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject rm-hull/infix "0.2.7-SNAPSHOT" +(defproject rm-hull/infix "0.2.7" :description "A small Clojure/ClojureScript library for expressing LISP expressions as infix rather than prefix notation" :url "https://github.com/rm-hull/infix" :license {