Skip to content

Commit 6abcbab

Browse files
committed
Bump version
1 parent 6ae192f commit 6abcbab

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
@@ -93,7 +93,7 @@ repositories {
9393
}
9494
9595
dependencies {
96-
implementation 'com.saicone.nbt:nbt:1.0.1'
96+
implementation 'com.saicone.nbt:nbt:1.0.2'
9797
}
9898
```
9999

@@ -108,7 +108,7 @@ repositories {
108108
}
109109

110110
dependencies {
111-
implementation("com.saicone.nbt:nbt:1.0.1")
111+
implementation("com.saicone.nbt:nbt:1.0.2")
112112
}
113113
```
114114

@@ -129,7 +129,7 @@ dependencies {
129129
<dependency>
130130
<groupId>com.saicone.nbt</groupId>
131131
<artifactId>nbt</artifactId>
132-
<version>1.0.1</version>
132+
<version>1.0.2</version>
133133
<scope>compile</scope>
134134
</dependency>
135135
</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.1
2+
version=1.0.2

0 commit comments

Comments
 (0)