From bfb5df3197f6d9349ec0f256ce3c71309343480d Mon Sep 17 00:00:00 2001 From: ReBlast Date: Tue, 7 May 2024 02:24:31 +0500 Subject: [PATCH] docs(readme): update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dfdd97..37bbfdb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - Offers DSL support - Provides both JVM and Native implementations - Validates the activity fields before sending them +- Supports Flatpak and Snap installations ## 🔌 Requirements - **Java**: `16 or later` (only for use within the JVM environment) @@ -16,7 +17,7 @@ ```gradle dependencies { - implementation("io.github.vyfor:kpresence:0.6.0") + implementation("io.github.vyfor:kpresence:0.6.1") } ```