WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b136b26

Browse files
committed
Build: Bump version to 0.2.2
1 parent b46b175 commit b136b26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KDiscordIPC
22

3-
``Current version: 0.2.1``
3+
``Current version: 0.2.2``
44

55
A lightweight and easy to use Discord IPC wrapper for Kotlin
66

@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
implementation("com.github.caoimhebyrne:KDiscordIPC:0.2.1")
32+
implementation("com.github.caoimhebyrne:KDiscordIPC:0.2.2")
3333
}
3434
```
3535

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "dev.cbyrne"
9-
version = "0.2.1"
9+
version = "0.2.2"
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)