Skip to content

Commit

Permalink
Increment version number to 0.11.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblacklercorp committed Mar 16, 2022
1 parent e6814a3 commit 4d75387
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.2'
implementation 'net.jimblackler.jsonschemafriend:core:0.11.3'
// ...
}
```
Expand All @@ -68,14 +68,14 @@ dependencies {
<dependency>
<groupId>net.jimblackler.jsonschemafriend</groupId>
<artifactId>core</artifactId>
<version>0.11.2</version>
<version>0.11.3</version>
</dependency>
```

# Usage

Javadocs can be found
[here](https://javadoc.jitpack.io/com/github/jimblackler/jsonschematypes/jsonschemafriend/0.11.2/javadoc/net/jimblackler/jsonschemafriend/package-summary.html).
[here](https://javadoc.jitpack.io/com/github/jimblackler/jsonschematypes/jsonschemafriend/0.11.3/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.11.2'
version = '0.11.3'
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.2'
version = '0.11.3'
artifact(sourceJar)
artifact(javadocJar)
from components.java
Expand Down

0 comments on commit 4d75387

Please sign in to comment.