Skip to content

Commit 554f2fd

Browse files
committed
Update dependency for 1.8.8 for better support: fixes #24 and #25
1 parent e8d098e commit 554f2fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
}
3737
3838
dependencies {
39-
compile 'fr.minuskube.inv:smart-invs:1.2.2'
39+
compile 'fr.minuskube.inv:smart-invs:1.2.3'
4040
}
4141
```
4242

@@ -45,7 +45,7 @@ dependencies {
4545
<dependency>
4646
<groupId>fr.minuskube.inv</groupId>
4747
<artifactId>smart-invs</artifactId>
48-
<version>1.2.2</version>
48+
<version>1.2.3</version>
4949
</dependency>
5050
```
5151

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'fr.minuskube.inv'
2-
version '1.2.2'
2+
version '1.2.3'
33

44
apply plugin: 'java'
55
apply plugin: 'maven'
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
compile 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
30+
compile 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
3131
compile 'org.apache.commons:commons-lang3:3.5'
3232
}
3333

src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: SmartInvs
2-
version: 1.2.2
2+
version: 1.2.3
33
description: Inventory API for your Bukkit Plugins.
44
author: MinusKube
55
website: https://github.com/MinusKube/SmartInvs

0 commit comments

Comments
 (0)