File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Jsononbuddy is on maven central. Add to your pom
34
34
<dependency >
35
35
<groupId >org.jsonbuddy</groupId >
36
36
<artifactId >jsonbuddy</artifactId >
37
- <version >0.14.0 </version >
37
+ <version >0.14.1 </version >
38
38
</dependency >
39
39
```
40
40
@@ -203,6 +203,7 @@ Version | Description
203
203
0.13.1 | Bugfix. Fixes issue #26 and #27
204
204
0.13.2 | Bugfix. Generate objects that overridesjsongeneration when putting to jsonobject
205
205
0.14.0 | Support for UUID and fix for temporals
206
+ 0.14.1 | Bugfix
206
207
207
208
208
209
# Licence
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.jsonbuddy</groupId >
7
7
<artifactId >jsonbuddy</artifactId >
8
- <version >0.15.0-SNAPSHOT </version >
8
+ <version >0.14.1 </version >
9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments