Skip to content

Commit

Permalink
main — 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoFuso committed Dec 26, 2022
1 parent 63c9ad7 commit 9cbe4df
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 @@ -41,7 +41,7 @@ The minimal Gradle configuration is as follows:
dependencies {
implementation 'org.apache.avro:avro:1.11.1'
implementation 'io.github.leofuso.record-mapper:1.0'
implementation 'io.github.leofuso.record-mapper:1.0.0'
}
```
Expand All @@ -51,7 +51,7 @@ By applying the _Enhanced_ strategy, either by Gradle or by providing a **ByteBu
```groovy
dependencies {
implementation 'org.apache.avro:avro:1.11.1'
implementation ('io.github.leofuso.record-mapper:1.0') {
implementation ('io.github.leofuso.record-mapper:1.0.0') {
capabilities {
requireCapability 'io.github.leofuso:record-mapper-enhanced'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'io.github.leofuso'
version '1.0.1-SNAPSHOT'
version '1.0.0'
description 'RecordMapper provides functionality for reading and writing Avro-compatible Records to or from String JSON equivalent.'

repositories {
Expand Down

0 comments on commit 9cbe4df

Please sign in to comment.