Skip to content

Commit e1a5bf4

Browse files
committed
Update README.md
1 parent 53f698b commit e1a5bf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ be released as `problem4j-spring-v2.x`, and maintained on separate branches if `
7777
<dependency>
7878
<groupId>io.github.malczuuu.problem4j</groupId>
7979
<artifactId>problem4j-spring-webflux</artifactId>
80-
<version>1.0.0</version>
80+
<version>1.0.1</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.github.malczuuu.problem4j</groupId>
8484
<artifactId>problem4j-spring-webmvc</artifactId>
85-
<version>1.0.0</version>
85+
<version>1.0.1</version>
8686
</dependency>
8787
</dependencies>
8888
```
8989
2. Gradle (Kotlin DSL):
9090
```groovy
9191
dependencies {
9292
// pick the one for your project
93-
implementation("io.github.malczuuu.problem4j:problem4j-spring-webflux:1.0.0")
94-
implementation("io.github.malczuuu.problem4j:problem4j-spring-webmvc:1.0.0")
93+
implementation("io.github.malczuuu.problem4j:problem4j-spring-webflux:1.0.1")
94+
implementation("io.github.malczuuu.problem4j:problem4j-spring-webmvc:1.0.1")
9595
}
9696
```
9797

problem4j-spring-bom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the BOM to `implementation(platform(...))`, then declare modules without ver
1414

1515
```kotlin
1616
dependencies {
17-
implementation(platform("io.github.malczuuu.problem4j:problem4j-spring-bom:1.0.0"))
17+
implementation(platform("io.github.malczuuu.problem4j:problem4j-spring-bom:1.0.1"))
1818

1919
implementation("io.github.malczuuu.problem4j:problem4j-core")
2020
implementation("io.github.malczuuu.problem4j:problem4j-jackson")
@@ -35,7 +35,7 @@ Add the BOM to `<dependencyManagement>` with `import` scope, then declare module
3535
<dependency>
3636
<groupId>io.github.malczuuu.problem4j</groupId>
3737
<artifactId>problem4j-spring-bom</artifactId>
38-
<version>1.0.0</version>
38+
<version>1.0.1</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>

0 commit comments

Comments
 (0)