Skip to content

Commit

Permalink
Correct error in previous merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblacklercorp committed Oct 5, 2023
1 parent 657a2a5 commit 1410d76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add the project as a dependency in the module's `build.gradle`.

```groovy
dependencies {
implementation 'net.jimblackler.jsonschemafriend:core:0.11.4'
implementation 'net.jimblackler.jsonschemafriend:core:0.12.1'
// ...
}
```
Expand All @@ -68,14 +68,14 @@ dependencies {
<dependency>
<groupId>net.jimblackler.jsonschemafriend</groupId>
<artifactId>core</artifactId>
<version>0.11.4</version>
<version>0.12.1</version>
</dependency>
```

# Usage

Javadocs can be found
[here](https://javadoc.jitpack.io/com/github/jimblackler/jsonschematypes/jsonschemafriend/0.11.4/javadoc/net/jimblackler/jsonschemafriend/package-summary.html).
[here](https://javadoc.jitpack.io/com/github/jimblackler/jsonschematypes/jsonschemafriend/0.12.1/javadoc/net/jimblackler/jsonschemafriend/package-summary.html).

## Basic example using JSON strings

Expand Down
2 changes: 1 addition & 1 deletion extra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ afterEvaluate {
release(MavenPublication) {
group = 'net.jimblackler.jsonschemafriend'
artifactId = 'extra'
version = '0.20.1'
version = '0.12.1'
artifact(sourceJar)
artifact(javadocJar)
from components.java
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ afterEvaluate {
release(MavenPublication) {
group = 'net.jimblackler.jsonschemafriend'
artifactId = 'core'
version = '0.11.4'
version = '0.12.1'
artifact(sourceJar)
artifact(javadocJar)
from components.java
Expand Down

0 comments on commit 1410d76

Please sign in to comment.