Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Dec 23, 2023
1 parent 923b137 commit 9f6b6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Requires Java 21+.
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>json</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

### Gradle

```
dependencies {
implementation("dev.mccue:json:0.3.0")
implementation("dev.mccue:json:0.3.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>json</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 9f6b6be

Please sign in to comment.