Skip to content

Commit 7419341

Browse files
committed
bump version
1 parent 0431a36 commit 7419341

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
@@ -16,15 +16,15 @@ Requires Java 17+.
1616
<dependency>
1717
<groupId>dev.mccue</groupId>
1818
<artifactId>json</artifactId>
19-
<version>0.2.0</version>
19+
<version>0.2.1</version>
2020
</dependency>
2121
```
2222

2323
### Gradle
2424

2525
```
2626
dependencies {
27-
implementation("dev.mccue:json:0.2.0")
27+
implementation("dev.mccue:json:0.2.1")
2828
}
2929
```
3030

pom.xml

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

77
<groupId>dev.mccue</groupId>
88
<artifactId>json</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

0 commit comments

Comments
 (0)