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 76b815a commit 91ce0a3Copy full SHA for 91ce0a3
deps.edn
@@ -20,7 +20,7 @@
20
:exec-args {:sync-pom true
21
:group-id "taipei.404"
22
:artifact-id "mate"
23
- :version "0.0.9"
+ :version "0.1.0"
24
:jar "mate.jar"}}
25
26
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}}
pom.xml
@@ -4,7 +4,7 @@
4
<packaging>jar</packaging>
5
<groupId>taipei.404</groupId>
6
<artifactId>mate</artifactId>
7
- <version>0.0.9</version>
+ <version>0.1.0</version>
8
<name>mate</name>
9
<description>Useful functions, some of which I wish were in the Clojure standard library.</description>
10
<url>https://github.com/green-coder/mate</url>
0 commit comments