on to 0.1.19
This commit is contained in:
parent
b89b930ec2
commit
fb09fef496
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
## 0.1.19
|
||||||
|
###### Wed Aug 21 22:43:40 2024 -0400
|
||||||
|
|
||||||
|
* add `clojure-kondo`
|
||||||
|
|
||||||
## 0.1.17
|
## 0.1.17
|
||||||
###### Mon Dec 19 15:17:21 2022 -0500
|
###### Mon Dec 19 15:17:21 2022 -0500
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -4,7 +4,7 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<groupId>mount</groupId>
|
<groupId>mount</groupId>
|
||||||
<artifactId>mount</artifactId>
|
<artifactId>mount</artifactId>
|
||||||
<version>0.1.19-SNAPSHOT</version>
|
<version>0.1.19</version>
|
||||||
<name>mount</name>
|
<name>mount</name>
|
||||||
<description>managing Clojure and ClojureScript app state since (reset)</description>
|
<description>managing Clojure and ClojureScript app state since (reset)</description>
|
||||||
<url>https://github.com/tolitius/mount</url>
|
<url>https://github.com/tolitius/mount</url>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue