From f684b40e1aa04d7d601904da712d580a008ce995 Mon Sep 17 00:00:00 2001 From: Prateek Machiraju Date: Tue, 31 Dec 2019 08:41:07 -0500 Subject: [PATCH] Update README.md with correct version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41150007..0de2abbf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ compile 'org.ghrobotics.FalconLibrary:vendorREV:2020.1.1' Alternatively, you can include all submodules at once: ```groovy -compile 'org.ghrobotics:FalconLibrary:2020.0.0-8' +compile 'org.ghrobotics:FalconLibrary:2020.1.1' ``` Note that you must include the `vendordeps` JSON file in your own robot project to correctly use the `vendorXXX` modules.