Skip to content

Commit e5df20c

Browse files
committed
chore: update readme to 1.0.0-beta5
Signed-off-by: Sam Gammon <[email protected]>
1 parent 9826d31 commit e5df20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Experimental plugin for using [Elide](https://github.com/elide-dev/elide) from w
66

77
**`gradle.properties`**
88
```properties
9-
elidePluginVersion=latest
9+
elidePluginVersion=1.0.0-beta5
1010
```
1111

1212
**`settings.gradle.kts`**
1313
```kotlin
1414
// Use `latest` for the latest version, or any other tag, branch, or commit SHA on this project.
1515
val elidePluginVersion: String by settings
16-
apply(from = "https://gradle.elide.dev/$elidePluginVersion/elide.gradle.kts")
16+
apply(from = "https://gradle.elide.dev/tag/$elidePluginVersion/elide.gradle.kts")
1717
```
1818

1919
**`build.gradle.kts`**

0 commit comments

Comments
 (0)