From c4e167c97d0019725be7bc2cb4db9817ccc30934 Mon Sep 17 00:00:00 2001 From: kjljixx <76906955+kjljixx@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:17:15 -0400 Subject: [PATCH 1/2] Update version --- road-runner-docs/site/content/raw-docs/v1-0/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/road-runner-docs/site/content/raw-docs/v1-0/installation.md b/road-runner-docs/site/content/raw-docs/v1-0/installation.md index 13e8c086..ac3bf905 100644 --- a/road-runner-docs/site/content/raw-docs/v1-0/installation.md +++ b/road-runner-docs/site/content/raw-docs/v1-0/installation.md @@ -52,7 +52,7 @@ is **not** backwards compatible. ``` between the `android` and `dependencies` blocks. Also put ```groovy - implementation "com.acmerobotics.roadrunner:ftc:0.1.15" + implementation "com.acmerobotics.roadrunner:ftc:0.1.21" implementation "com.acmerobotics.roadrunner:core:1.0.1" implementation "com.acmerobotics.roadrunner:actions:1.0.1" implementation "com.acmerobotics.dashboard:dashboard:0.4.16" @@ -69,4 +69,4 @@ is **not** backwards compatible. folder of your existing project. You're done! Time to continue on to [tuning](../tuning) or read about the new -features in Road Runner 1.0 [here](../new-features). \ No newline at end of file +features in Road Runner 1.0 [here](../new-features). From 36d92333d425dea76da581787bafdfcfe49c7c54 Mon Sep 17 00:00:00 2001 From: kjljixx <76906955+kjljixx@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:23:12 -0400 Subject: [PATCH 2/2] Update installation.md