Skip to content

Commit

Permalink
bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Apr 21, 2024
1 parent 72be60c commit 7356683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
api("net.scrayos", "xenos-client", "0.1.0")

// choose your own gRPC runtime or use an existing one
runtimeOnly("io.grpc", "grpc-netty", "1.62.2")
runtimeOnly("io.grpc", "grpc-netty", "1.63.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jlleitschuh.gradle.ktlint.reporter.ReporterType

// define the gav coordinates of this project
group = "net.scrayos"
version = "0.4.0"
version = "0.5.0"
description = "Xenos Client (Kotlin/Java)"

// hook the plugins for the builds
Expand Down

0 comments on commit 7356683

Please sign in to comment.