Skip to content

Commit b1677cb

Browse files
committed
build: bump version
1 parent c747705 commit b1677cb

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
@@ -94,7 +94,7 @@ repositories {
9494
}
9595
9696
dependencies {
97-
implementation 'com.saicone.nbt:nbt:1.0.2'
97+
implementation 'com.saicone.nbt:nbt:1.0.3'
9898
}
9999
```
100100

@@ -109,7 +109,7 @@ repositories {
109109
}
110110

111111
dependencies {
112-
implementation("com.saicone.nbt:nbt:1.0.2")
112+
implementation("com.saicone.nbt:nbt:1.0.3")
113113
}
114114
```
115115

@@ -130,7 +130,7 @@ dependencies {
130130
<dependency>
131131
<groupId>com.saicone.nbt</groupId>
132132
<artifactId>nbt</artifactId>
133-
<version>1.0.2</version>
133+
<version>1.0.3</version>
134134
<scope>compile</scope>
135135
</dependency>
136136
</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.2
2+
version=1.0.3

0 commit comments

Comments
 (0)