Skip to content

Commit 9cd4d5f

Browse files
author
David Orme
committed
Prepare for new version
1 parent 4706bb5 commit 9cd4d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ALL: jar deploy
1010

1111
jar:
12-
exec clojure -X:jar :version '"0.3.2"'
12+
exec clojure -X:jar :version '"0.3.3"'
1313

1414
deploy:
1515
./deploy.sh

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<url>https://github.com/coconutpalm/clojure-desktop-toolkit</url>
1111
<connection>scm:git:git://github.com/coconutpalm/clojure-desktop-toolkit.git</connection>
1212
<developerConnection>scm:git:ssh://[email protected]/coconutpalm/clojure-desktop-toolkit.git</developerConnection>
13-
<tag>v0.3.2</tag>
13+
<tag>v0.3.3</tag>
1414
</scm>
1515
<dependencies>
1616
<dependency>

0 commit comments

Comments
 (0)