Skip to content

Commit d0c25ef

Browse files
committed
v1.4.2 release
1 parent 7814752 commit d0c25ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
DynamicObject is a library that makes Clojure's powerful data modeling capabilities available to Java developers in an idiomatic way with minimal boilerplate. It reflects the belief that [values](http://www.infoq.com/presentations/Value-Values) should be immutable, cheap to specify, powerful to work with, and easy to convey to other processes.
44

5-
Get it from [Maven](http://search.maven.org/#artifactdetails|com.github.rschmitt|dynamic-object|1.4.1|jar):
5+
Get it from [Maven](http://search.maven.org/#artifactdetails|com.github.rschmitt|dynamic-object|1.4.2|jar):
66

7-
`com.github.rschmitt:dynamic-object:1.4.1`
7+
`com.github.rschmitt:dynamic-object:1.4.2`
88

99
## The Problem
1010

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.4.1</version>
6+
<version>1.4.2</version>
77

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

0 commit comments

Comments
 (0)