Skip to content

Commit

Permalink
chore: bump version (0.0.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
R2turnTrue committed Sep 23, 2024
1 parent f13a8e1 commit e9b96f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("io.github.R2turnTrue:chzzk4j:0.0.9")
implementation("io.github.R2turnTrue:chzzk4j:0.0.10")
}
```

Expand Down Expand Up @@ -146,6 +146,7 @@ chat.closeBlocking();
- [x] async chat integration (read/send)
- [x] get recommendation channels
- [x] fix invalid json (chat)
- [x] load emoji pack

### need to implement

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "io.github.R2turnTrue"
version = "0.0.9"
version = "0.0.10"

val publishProps = Properties()
publishProps.load(
Expand Down Expand Up @@ -50,7 +50,7 @@ publishing {
artifactId = "chzzk4j"
groupId = "io.github.R2turnTrue"

version = "0.0.9"
version = "0.0.10"

from(components["java"])

Expand Down

0 comments on commit e9b96f8

Please sign in to comment.