Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Sep 16, 2024
1 parent 7b1b0ba commit c0964aa
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 @@ -34,15 +34,15 @@ Add the following dependency to the `<dependencies>` section of your project:
<dependency>
<groupId>com.github.erosb</groupId>
<artifactId>json-sKema</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
</dependency>
```

### Gradle

```groovy
dependencies {
implementation("com.github.erosb:json-sKema:0.16.0")
implementation("com.github.erosb:json-sKema:0.17.0")
}
```

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

<groupId>com.github.erosb</groupId>
<artifactId>json-sKema</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>

<name>json-sKema</name>
<description>JSON Schema Parser and Validator</description>
Expand Down

0 comments on commit c0964aa

Please sign in to comment.