Skip to content

Commit 6f8e7aa

Browse files
committed
Version 0.14.1
1 parent dde506d commit 6f8e7aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Jsononbuddy is on maven central. Add to your pom
3434
<dependency>
3535
<groupId>org.jsonbuddy</groupId>
3636
<artifactId>jsonbuddy</artifactId>
37-
<version>0.14.0</version>
37+
<version>0.14.1</version>
3838
</dependency>
3939
```
4040

@@ -203,6 +203,7 @@ Version | Description
203203
0.13.1 | Bugfix. Fixes issue #26 and #27
204204
0.13.2 | Bugfix. Generate objects that overridesjsongeneration when putting to jsonobject
205205
0.14.0 | Support for UUID and fix for temporals
206+
0.14.1 | Bugfix
206207

207208

208209
# Licence

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.jsonbuddy</groupId>
77
<artifactId>jsonbuddy</artifactId>
8-
<version>0.15.0-SNAPSHOT</version>
8+
<version>0.14.1</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)