Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2024
1 parent 569d2d5 commit 78d7bb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
mavenCentral()
}

implementation("io.github.optimumcode:json-schema-validator:0.2.2")
implementation("io.github.optimumcode:json-schema-validator:0.2.3")
```

##### Groovy
Expand All @@ -57,7 +57,7 @@ repositories {
mavenCentral()
}
implementation 'io.github.optimumcode:json-schema-validator:0.2.2'
implementation 'io.github.optimumcode:json-schema-validator:0.2.3'
```

_Release are published to Sonatype repository. The synchronization with Maven Central takes time._
Expand Down Expand Up @@ -90,7 +90,7 @@ repositories {
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}

implementation("io.github.optimumcode:json-schema-validator:0.2.3-SNAPSHOT")
implementation("io.github.optimumcode:json-schema-validator:0.2.4-SNAPSHOT")
```

##### Groovy
Expand All @@ -100,7 +100,7 @@ repositories {
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
}
implementation 'io.github.optimumcode:json-schema-validator:0.2.3-SNAPSHOT'
implementation 'io.github.optimumcode:json-schema-validator:0.2.4-SNAPSHOT'
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.java.installations.auto-download=false
org.gradle.daemon=false

version=0.2.3-SNAPSHOT
version=0.2.4-SNAPSHOT
group=io.github.optimumcode

0 comments on commit 78d7bb3

Please sign in to comment.