Skip to content

Commit 5173fdb

Browse files
committed
v1.6.2 release
1 parent 7e4fc0d commit 5173fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.rschmitt</groupId>
55
<artifactId>dynamic-object</artifactId>
6-
<version>1.6.2-SNAPSHOT</version>
6+
<version>1.6.2</version>
77

88
<url>https://github.com/rschmitt/dynamic-object</url>
99
<description>Lightweight data modeling for Java, powered by Clojure.</description>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dynamic-object "1.6.1"
1+
(defproject dynamic-object "1.6.2"
22
:profiles {:dev
33
{:dependencies
44
[[org.clojure/clojure "1.7.0"]

0 commit comments

Comments
 (0)