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 4706bb5 commit 9cd4d5fCopy full SHA for 9cd4d5f
Makefile
@@ -9,7 +9,7 @@
9
ALL: jar deploy
10
11
jar:
12
- exec clojure -X:jar :version '"0.3.2"'
+ exec clojure -X:jar :version '"0.3.3"'
13
14
deploy:
15
./deploy.sh
pom.xml
@@ -10,7 +10,7 @@
<url>https://github.com/coconutpalm/clojure-desktop-toolkit</url>
<connection>scm:git:git://github.com/coconutpalm/clojure-desktop-toolkit.git</connection>
<developerConnection>scm:git:ssh://[email protected]/coconutpalm/clojure-desktop-toolkit.git</developerConnection>
- <tag>v0.3.2</tag>
+ <tag>v0.3.3</tag>
</scm>
<dependencies>
16
<dependency>
0 commit comments