Skip to content

Commit bac2ecd

Browse files
authored
chore: update NextBindings version to 1.0.1
1 parent 9273bbf commit bac2ecd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/bindings/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Add the following lines to the bottom:
1414
== .gradle
1515

1616
```groovy
17-
implementation 'dev.nextftc:bindings:1.0.0'
17+
implementation 'dev.nextftc:bindings:1.0.1'
1818
```
1919

2020
== .gradle.kts
2121

2222
```kotlin
23-
implementation("dev.nextftc:bindings:1.0.0")
23+
implementation("dev.nextftc:bindings:1.0.1")
2424
```
2525

2626
:::
@@ -29,4 +29,4 @@ Then, press the `Sync Now` button that appeared as a banner at the top of your
2929
Gradle
3030
file.
3131

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

0 commit comments

Comments
 (0)