Skip to content

Commit

Permalink
[ci skip] Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag authored Aug 31, 2024
1 parent db0a582 commit a068b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "net.thenextlvl.services"
version = "0.1.0"
version = "1.0.0"

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down Expand Up @@ -40,4 +40,4 @@ publishing {
password = System.getenv("REPOSITORY_TOKEN")
}
}
}
}

0 comments on commit a068b91

Please sign in to comment.