Skip to content

Commit 1fbee9f

Browse files
authored
Update NextFTC and hardware module versions to 1.0.1
1 parent cf1e6a7 commit 1fbee9f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/guide/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ Add the following lines:
2222
== .gradle
2323

2424
```groovy
25-
implementation 'dev.nextftc:ftc:1.0.0'
26-
implementation 'dev.nextftc:hardware:1.0.0' // If you would like to use the hardware module
25+
implementation 'dev.nextftc:ftc:1.0.1'
26+
implementation 'dev.nextftc:hardware:1.0.1' // If you would like to use the hardware module
2727
```
2828

2929
== .gradle.kts
3030

3131
```kotlin
32-
implementation("dev.nextftc:ftc:1.0.0")
33-
implementation("dev.nextftc:hardware:1.0.0") // If you would like to use the hardware module
32+
implementation("dev.nextftc:ftc:1.0.1")
33+
implementation("dev.nextftc:hardware:1.0.1") // If you would like to use the hardware module
3434
```
3535

3636
:::
3737

3838
Then, press the `Sync Now` button that appeared as a banner at the top of your
3939
Gradle file.
4040

41-
*You're good to go!*
41+
*You're good to go!*

0 commit comments

Comments
 (0)