Skip to content

Commit 09e2663

Browse files
committed
Next version (1.0.8-SNAPSHOT)
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent accc9f9 commit 09e2663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ A Java/Kotlin library that integrates Logback Access with Reactor Netty HTTP ser
4242
<dependency>
4343
<groupId>io.github.dmitrysulman</groupId>
4444
<artifactId>logback-access-reactor-netty</artifactId>
45-
<version>1.0.6</version>
45+
<version>1.0.7</version>
4646
</dependency>
4747
```
4848

4949
#### Gradle
5050

5151
```
52-
implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.0.6")
52+
implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.0.7")
5353
```
5454

5555
### Basic Setup

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.7
1+
version=1.0.8-SNAPSHOT
22
org.gradle.caching=true
33
org.gradle.configuration-cache=false
44
org.gradle.jvmargs=-Xmx2g

0 commit comments

Comments
 (0)