We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc0d0d commit c46c2bfCopy full SHA for c46c2bf
README.md
@@ -8,7 +8,7 @@ boilerplate-free common sense styling.
8
9
Lein:
10
```
11
-[org.clojars.mjdowney/excel-clj "2.0.0-SNAPSHOT"]
+[org.clojars.mjdowney/excel-clj "2.0.0"]
12
13
14
> Note: Ongoing v1.x support can be found on the
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clojars.mjdowney/excel-clj "2.0.0-SNAPSHOT"
+(defproject org.clojars.mjdowney/excel-clj "2.0.0"
2
:description "Generate Excel documents & PDFs from Clojure data."
3
:url "https://github.com/matthewdowney/excel-clj"
4
:license {:name "Eclipse Public License"
0 commit comments