Skip to content

Commit

Permalink
Bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dandan2611 committed May 29, 2023
1 parent 3e8f16a commit dc54146
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}

dependencies {
compileOnly("fr.codinbox.npclib:api:2.0.0")
compileOnly("fr.codinbox.npclib:api:2.1.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "fr.codinbox.npclib"
version = "2.0.0"
version = "2.1.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "fr.codinbox.npclib"
version = "2.0.0"
version = "2.1.0"

repositories {
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "fr.codinbox.npclib"
version = "2.0.0"
version = "2.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit dc54146

Please sign in to comment.