Skip to content

Commit

Permalink
Bump to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dandan2611 committed Jul 8, 2024
1 parent e2d1fce commit 59bb462
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 @@ -32,7 +32,7 @@ repositories {
}

dependencies {
compileOnly("fr.codinbox.npclib:api:2.8.0")
compileOnly("fr.codinbox.npclib:api:2.8.1")
}
```

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.8.0"
version = "2.8.1"

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.8.0"
version = "2.8.1"

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.8.0"
version = "2.8.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 59bb462

Please sign in to comment.