Skip to content

Commit

Permalink
starting new development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Oct 27, 2023
1 parent 407362c commit 001ca28
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 @@ -14,15 +14,15 @@ Add the following dependency to the `<dependencies>` section of your project:
<dependency>
<groupId>com.github.erosb</groupId>
<artifactId>json-sKema</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
```

### Gradle

```groovy
dependencies {
implementation("com.github.erosb:json-sKema:0.9.0")
implementation("com.github.erosb:json-sKema:0.10.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.10.0</version>
<version>0.0.0-develop</version>

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

0 comments on commit 001ca28

Please sign in to comment.