Skip to content

Commit

Permalink
feat: bump to 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dandan2611 committed Jul 2, 2024
1 parent 7c34717 commit 218bb5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {}

group = "fr.codinbox.connector"
version = "6.0.2"
version = "6.0.3"

val targetJavaVersion = JavaVersion.VERSION_17
java {
Expand Down
2 changes: 1 addition & 1 deletion commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "fr.codinbox.connector"
version = "6.0.2"
version = "6.0.3"

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

group = "fr.codinbox.connector"
version = "6.0.2"
version = "6.0.3"

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

group = "fr.codinbox.connector"
version = "6.0.2"
version = "6.0.3"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@Plugin(
id = "connector",
name = "connector",
version = "6.0.2",
version = "6.0.3",
authors = {"dandan2611"}
)
public class ConnectorPlugin {
Expand Down

0 comments on commit 218bb5d

Please sign in to comment.