Skip to content

Commit 7f45670

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f6d4ac9 + 4a4727b commit 7f45670

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default defineConfig({
7777
],
7878
editLink:
7979
{
80-
pattern: "https://github.com/NextFTC/NextFTC-Docs-v1/edit/main/src/:path" // TODO: Update to `NextFTC-Docs` when v1 is released
80+
pattern: "https://github.com/NextFTC/NextFTC-Docs/edit/main/src/:path" // TODO: Update to `NextFTC-Docs` when v1 is released
8181
}
8282
,
8383
search: {

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!*

src/nextftc/index.md

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

2020
```groovy
21-
implementation 'dev.nextftc:ftc:1.0.0'
22-
implementation 'dev.nextftc:hardware:1.0.0' // If you would like to use the hardware module
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
2323
```
2424

2525
== .gradle.kts
2626

2727
```kotlin
28-
implementation("dev.nextftc:ftc:1.0.0")
29-
implementation("dev.nextftc:hardware:1.0.0") // If you would like to use the hardware module
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
3030
```
3131

3232
:::
3333

3434
Then, press the `Sync Now` button that appeared as a banner at the top of your
3535
Gradle file.
3636

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

0 commit comments

Comments
 (0)