File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
36
36
}
37
37
38
38
dependencies {
39
- compile 'fr.minuskube.inv:smart-invs:1.2.2 '
39
+ compile 'fr.minuskube.inv:smart-invs:1.2.3 '
40
40
}
41
41
```
42
42
@@ -45,7 +45,7 @@ dependencies {
45
45
<dependency >
46
46
<groupId >fr.minuskube.inv</groupId >
47
47
<artifactId >smart-invs</artifactId >
48
- <version >1.2.2 </version >
48
+ <version >1.2.3 </version >
49
49
</dependency >
50
50
```
51
51
Original file line number Diff line number Diff line change 1
1
group ' fr.minuskube.inv'
2
- version ' 1.2.2 '
2
+ version ' 1.2.3 '
3
3
4
4
apply plugin : ' java'
5
5
apply plugin : ' maven'
@@ -27,7 +27,7 @@ repositories {
27
27
}
28
28
29
29
dependencies {
30
- compile ' org.spigotmc:spigot-api:1.13 -R0.1-SNAPSHOT'
30
+ compile ' org.spigotmc:spigot-api:1.8.8 -R0.1-SNAPSHOT'
31
31
compile ' org.apache.commons:commons-lang3:3.5'
32
32
}
33
33
Original file line number Diff line number Diff line change 1
1
name : SmartInvs
2
- version : 1.2.2
2
+ version : 1.2.3
3
3
description : Inventory API for your Bukkit Plugins.
4
4
author : MinusKube
5
5
website : https://github.com/MinusKube/SmartInvs
You can’t perform that action at this time.
0 commit comments