1 parent 784a8fe commit 51f6b88Copy full SHA for 51f6b88
2 files changed
README.md
@@ -69,7 +69,7 @@ repositories {
69
}
70
71
dependencies {
72
- implementation 'io.github.yvasyliev:dz4j:3.0.2'
+ implementation 'io.github.yvasyliev:dz4j:3.0.3-SNAPSHOT'
73
74
```
75
@@ -109,7 +109,7 @@ Snapshot:
109
<dependency>
110
<groupId>io.github.yvasyliev</groupId>
111
<artifactId>dz4j</artifactId>
112
- <version>3.0.2</version>
+ <version>3.0.3-SNAPSHOT</version>
113
</dependency>
114
</dependencies>
115
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
13
14
group = 'io.github.yvasyliev'
15
-version = '3.0.2' // x-release-please-version
+version = '3.0.3-SNAPSHOT' // x-release-please-version
16
17
java {
18
toolchain {
0 commit comments