Skip to content

Commit 91ce0a3

Browse files
committed
Release v0.1.0
1 parent 76b815a commit 91ce0a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
:exec-args {:sync-pom true
2121
:group-id "taipei.404"
2222
:artifact-id "mate"
23-
:version "0.0.9"
23+
:version "0.1.0"
2424
:jar "mate.jar"}}
2525

2626
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>taipei.404</groupId>
66
<artifactId>mate</artifactId>
7-
<version>0.0.9</version>
7+
<version>0.1.0</version>
88
<name>mate</name>
99
<description>Useful functions, some of which I wish were in the Clojure standard library.</description>
1010
<url>https://github.com/green-coder/mate</url>

0 commit comments

Comments
 (0)