Skip to content

Commit

Permalink
Meta: Set version to 0.2.0
Browse files Browse the repository at this point in the history
We weren't following any versioning... until now!
This is related to #24
  • Loading branch information
caoimhebyrne committed Apr 24, 2023
1 parent a8f1c28 commit 835a363
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# KDiscordIPC

``Current version: 0.2.0``

A lightweight and easy to use Discord IPC wrapper for Kotlin

Many other Discord RPC / IPC libraries are either lacking in features, don't work on certain architectures or platforms,
Expand All @@ -18,11 +20,16 @@ supported

## Install

**Maven repository coming soon!**
You can add KDiscordIPC to your project via [Jitpack](https://jitpack.io).

```kts
repositories {
mavenCentral()
maven(url = "https://jitpack.io")
}

```groovy
dependencies {
implementation("dev.cbyrne:kdiscordipc:1.0.0")
implementation("com.github.caoimhebyrne:KDiscordIPC:0.2.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 @@ plugins {
}

group = "dev.cbyrne"
version = "1.0.0"
version = "0.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 835a363

Please sign in to comment.