Skip to content

Commit

Permalink
chore: update readme → 1.0.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 11, 2023
1 parent 2defa24 commit 84c6dd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ of extra luxurious features (see below).
### Current version

**Latest:** `1.0.0-beta8`
**Latest:** `1.0.0-rc1`

**`settings.gradle.kts` (Kotlin DSL):**

```kotlin
plugins {
id("build.less") version "1.0.0-beta8"
id("build.less") version "1.0.0-rc1"
}
```

**`settings.gradle` (Groovy DSL):**

```groovy
plugins {
id 'build.less' version '1.0.0-beta8'
id 'build.less' version '1.0.0-rc1'
}
```

Expand All @@ -53,7 +53,7 @@ plugins {
```toml
[versions]
# ...
buildless = "1.0.0-beta8"
buildless = "1.0.0-rc1"

[plugins]
# ...
Expand Down Expand Up @@ -110,7 +110,7 @@ exhaustively below, with their order of precedence.

```kotlin
plugins {
id("build.less") version "1.0.0-beta8"
id("build.less") version "1.0.0-rc1"
}

buildless {
Expand Down

0 comments on commit 84c6dd6

Please sign in to comment.