Skip to content

Commit e668631

Browse files
committed
doc: bump version in example config
1 parent 16b1670 commit e668631

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
@@ -25,7 +25,7 @@ This extension will set project versions, based on current **Git branch** or **G
2525
#### Groovy DSL `build.gradle`
2626
```groovy
2727
plugins {
28-
id 'me.qoomon.git-versioning' version '2.0.0'
28+
id 'me.qoomon.git-versioning' version '2.1.1'
2929
}
3030
3131
// ...
@@ -39,7 +39,7 @@ gitVersioning.apply {
3939
#### Kotlin DSL `build.gradle.kts`
4040
```kotlin
4141
plugins {
42-
id("me.qoomon.git-versioning") version "2.0.0"
42+
id("me.qoomon.git-versioning") version "2.1.1"
4343
}
4444

4545

0 commit comments

Comments
 (0)