Skip to content

Commit 204de1a

Browse files
authored
Updated NextFTC Version (#31)
1 parent 3a78131 commit 204de1a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/nextftc/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Add the following lines:
1818
== .gradle
1919

2020
```groovy
21-
implementation 'dev.nextftc:ftc:1.0.1'
22-
implementation 'dev.nextftc:hardware:1.0.1' // If you would like to use the hardware module
21+
implementation 'dev.nextftc:ftc:1.1.0'
22+
implementation 'dev.nextftc:hardware:1.1.0' // If you would like to use the hardware module
2323
```
2424

2525
== .gradle.kts
2626

2727
```kotlin
28-
implementation("dev.nextftc:ftc:1.0.1")
29-
implementation("dev.nextftc:hardware:1.0.1") // If you would like to use the hardware module
28+
implementation("dev.nextftc:ftc:1.1.0")
29+
implementation("dev.nextftc:hardware:1.1.0") // If you would like to use the hardware module
3030
```
3131

3232
:::

0 commit comments

Comments
 (0)