We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723c622 commit ecb87c3Copy full SHA for ecb87c3
README.md
@@ -8,7 +8,7 @@ Zipup is a Clojure library of useful zipper functions to complement [clojure.zip
8
9
To install, add the following to your project `:dependencies`:
10
11
- [zipup "0.1.0"]
+ [zipup "0.2.0"]
12
13
## Documentation
14
project.clj
@@ -1,4 +1,4 @@
1
-(defproject zipup "0.1.0"
+(defproject zipup "0.2.0"
2
:description "A library of useful zipper functions"
3
:url "http://github.com/tkocmathla/zipup"
4
:license {:name "Eclipse Public License"
0 commit comments