Skip to content

Commit ecb87c3

Browse files
committed
Release 0.2.0
1 parent 723c622 commit ecb87c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Zipup is a Clojure library of useful zipper functions to complement [clojure.zip
88

99
To install, add the following to your project `:dependencies`:
1010

11-
[zipup "0.1.0"]
11+
[zipup "0.2.0"]
1212

1313
## Documentation
1414

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject zipup "0.1.0"
1+
(defproject zipup "0.2.0"
22
:description "A library of useful zipper functions"
33
:url "http://github.com/tkocmathla/zipup"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)