We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe32be9 commit a5d87f0Copy full SHA for a5d87f0
1 file changed
README.md
@@ -24,7 +24,7 @@ Gradle:
24
25
```kotlin
26
dependencies {
27
- implementation("org.glavo:HelloNBT:0.1.0")
+ implementation("org.glavo:HelloNBT:0.2.0")
28
}
29
```
30
@@ -34,7 +34,7 @@ Maven:
34
<dependency>
35
<groupId>org.glavo</groupId>
36
<artifactId>HelloNBT</artifactId>
37
- <version>0.1.0</version>
+ <version>0.2.0</version>
38
</dependency>
39
40
0 commit comments