Skip to content

Commit b38396f

Browse files
committed
Bump version
1 parent 37fd1ea commit b38396f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repositories {
8989
}
9090
9191
dependencies {
92-
implementation 'com.saicone.nbt:nbt:1.0'
92+
implementation 'com.saicone.nbt:nbt:1.0.0'
9393
}
9494
```
9595

@@ -104,7 +104,7 @@ repositories {
104104
}
105105

106106
dependencies {
107-
implementation("com.saicone.nbt:nbt:1.0")
107+
implementation("com.saicone.nbt:nbt:1.0.0")
108108
}
109109
```
110110

@@ -125,7 +125,7 @@ dependencies {
125125
<dependency>
126126
<groupId>com.saicone.nbt</groupId>
127127
<artifactId>nbt</artifactId>
128-
<version>1.0</version>
128+
<version>1.0.0</version>
129129
<scope>compile</scope>
130130
</dependency>
131131
</dependencies>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=com.saicone.nbt
2-
version=1.0-SNAPSHOT
2+
version=1.0.0

0 commit comments

Comments
 (0)