Skip to content

Commit 574f3c2

Browse files
chore(master): release 3.1.1-SNAPSHOT (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca471e5 commit 574f3c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repositories {
6969
}
7070
7171
dependencies {
72-
implementation 'io.github.yvasyliev:dz4j:3.1.0'
72+
implementation 'io.github.yvasyliev:dz4j:3.1.1-SNAPSHOT'
7373
}
7474
```
7575

@@ -109,7 +109,7 @@ Snapshot:
109109
<dependency>
110110
<groupId>io.github.yvasyliev</groupId>
111111
<artifactId>dz4j</artifactId>
112-
<version>3.1.0</version>
112+
<version>3.1.1-SNAPSHOT</version>
113113
</dependency>
114114
</dependencies>
115115
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = 'io.github.yvasyliev'
15-
version = '3.1.0' // x-release-please-version
15+
version = '3.1.1-SNAPSHOT' // x-release-please-version
1616

1717
java {
1818
toolchain {

0 commit comments

Comments
 (0)