Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Apr 25, 2016
1 parent 1cb0297 commit 6062001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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`:
Expand All @@ -38,7 +38,7 @@ For maven-based projects, add the following to your `pom.xml`:
<dependency>
<groupId>rm-hull</groupId>
<artifactId>infix</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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 {
Expand Down

0 comments on commit 6062001

Please sign in to comment.