We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0431a36 commit 7419341Copy full SHA for 7419341
README.md
@@ -16,15 +16,15 @@ Requires Java 17+.
16
<dependency>
17
<groupId>dev.mccue</groupId>
18
<artifactId>json</artifactId>
19
- <version>0.2.0</version>
+ <version>0.2.1</version>
20
</dependency>
21
```
22
23
### Gradle
24
25
26
dependencies {
27
- implementation("dev.mccue:json:0.2.0")
+ implementation("dev.mccue:json:0.2.1")
28
}
29
30
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
<packaging>jar</packaging>
11
12
<properties>
0 commit comments