Skip to content

Commit

Permalink
v1.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmitt committed Apr 9, 2017
1 parent 7e4fc0d commit 5173fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rschmitt</groupId>
<artifactId>dynamic-object</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>

<url>https://github.com/rschmitt/dynamic-object</url>
<description>Lightweight data modeling for Java, powered by Clojure.</description>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject dynamic-object "1.6.1"
(defproject dynamic-object "1.6.2"
:profiles {:dev
{:dependencies
[[org.clojure/clojure "1.7.0"]
Expand Down

0 comments on commit 5173fdb

Please sign in to comment.