Skip to content

Commit

Permalink
Build: Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caoimhebyrne committed Oct 24, 2023
1 parent b46b175 commit b136b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KDiscordIPC

``Current version: 0.2.1``
``Current version: 0.2.2``

A lightweight and easy to use Discord IPC wrapper for Kotlin

Expand Down Expand Up @@ -29,7 +29,7 @@ repositories {
}

dependencies {
implementation("com.github.caoimhebyrne:KDiscordIPC:0.2.1")
implementation("com.github.caoimhebyrne:KDiscordIPC:0.2.2")
}
```

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 @@ plugins {
}

group = "dev.cbyrne"
version = "0.2.1"
version = "0.2.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit b136b26

Please sign in to comment.