From 7c4f4bf98121cfef692f0ebf29f7942267538b1f Mon Sep 17 00:00:00 2001 From: Fiorelli <61063369+rafa1703@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:57:09 +1000 Subject: [PATCH] Fixed documentation at the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3daa4..b46a658 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ maven { url = 'https://jitpack.io' } Then add the following under dependencies ``` -implementation 'com.github.Eeshwar-Krishnan:PhotonFTC:v2.0.0-Alpha' +implementation 'com.github.Eeshwar-Krishnan:PhotonFTC:v3.0.0-ALPHA' ``` Then run a gradle sync, and everything should download!