File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the following to your build configuration:
25
25
<dependency >
26
26
<groupId >me.sparky983</groupId >
27
27
<artifactId >vision-paper</artifactId >
28
- <version >1.0.0 </version >
28
+ <version >1.0.1 </version >
29
29
</dependency >
30
30
</dependencies >
31
31
```
@@ -41,7 +41,7 @@ repositories {
41
41
}
42
42
43
43
dependencies {
44
- implementation 'me.sparky983:vision-paper:1.0.0 '
44
+ implementation 'me.sparky983:vision-paper:1.0.1 '
45
45
}
46
46
```
47
47
</details >
@@ -56,7 +56,7 @@ repositories {
56
56
}
57
57
58
58
dependencies {
59
- implementation(" me.sparky983:vision-paper:1.0.0 " )
59
+ implementation(" me.sparky983:vision-paper:1.0.1 " )
60
60
}
61
61
```
62
62
</details >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Add the following to your build configuration:
42
42
<dependency >
43
43
<groupId >me.sparky983</groupId >
44
44
<artifactId >vision-paper</artifactId >
45
- <version >1.0.0 </version >
45
+ <version >1.0.1 </version >
46
46
</dependency >
47
47
</dependencies >
48
48
```
@@ -55,7 +55,7 @@ repositories {
55
55
}
56
56
57
57
dependencies {
58
- implementation 'me.sparky983:vision-paper:1.0.0 '
58
+ implementation 'me.sparky983:vision-paper:1.0.1 '
59
59
}
60
60
```
61
61
{% endtab %}
@@ -67,7 +67,7 @@ repositories {
67
67
}
68
68
69
69
dependencies {
70
- implementation(" me.sparky983:vision-paper:1.0.0 " )
70
+ implementation(" me.sparky983:vision-paper:1.0.1 " )
71
71
}
72
72
```
73
73
{% endtab %}
Original file line number Diff line number Diff line change 1
1
group = me.sparky983
2
- version = 1.0.1-SNAPSHOT
2
+ version = 1.0.1
You can’t perform that action at this time.
0 commit comments