From 106f7b5dd6ce7ec6ae3cd7e5c6acfe3157c4f60c Mon Sep 17 00:00:00 2001 From: "A. Teo Welton" <76081718+DragonDev07@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:36:21 -0600 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d350d8d..8821951 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,7 @@ repositories { } dependencies { - implementation 'com.github.rh-robotics:MeepMeep:-SNAPSHOT' + implementation 'com.github.rh-robotics:MeepMeep:v1.0.0' } ```