From bef9084a226a2eeb06eccb7aca6997bcb171f739 Mon Sep 17 00:00:00 2001 From: Ennio Visconti Date: Thu, 30 Nov 2023 13:42:25 +0100 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c737d986..af145dc7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It requires Java 21+ in the running environment To use it as a maven package, just include the following line in your `build.gradle.kts`: ```kts -implementation("io.github.moonlightsuite:moonlight-engine:v0.2.0") +implementation("io.github.moonlightsuite:moonlight-engine:v0.3.0") ``` Check on [Maven Central](https://central.sonatype.com/artifact/io.github.moonlightsuite/moonlight-engine/) for alternative build tools ( @@ -31,4 +31,4 @@ You can install MoonLight as a Python package using pip: ```shell pip install moonlight -``` \ No newline at end of file +```