Skip to content

Commit fe7ac6f

Browse files
committed
Update version in README.md to 0.43.1
1 parent 049d0b8 commit fe7ac6f

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
@@ -21,7 +21,7 @@ Examples:
2121
Using the plugins DSL:
2222
```groovy
2323
plugins {
24-
id "io.github.vlsergey.spring-data-rest-utils" version "0.43.0"
24+
id "io.github.vlsergey.spring-data-rest-utils" version "0.43.1"
2525
}
2626
```
2727

@@ -34,7 +34,7 @@ buildscript {
3434
}
3535
}
3636
dependencies {
37-
classpath "io.github.vlsergey.springdatarestutils:spring-data-rest-utils:0.43.0"
37+
classpath "io.github.vlsergey.springdatarestutils:spring-data-rest-utils:0.43.1"
3838
}
3939
}
4040

0 commit comments

Comments
 (0)