Skip to content

Commit

Permalink
Update dependency for 1.8.8 for better support: fixes #24 and #25
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Aug 14, 2018
1 parent e8d098e commit 554f2fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}
dependencies {
compile 'fr.minuskube.inv:smart-invs:1.2.2'
compile 'fr.minuskube.inv:smart-invs:1.2.3'
}
```

Expand All @@ -45,7 +45,7 @@ dependencies {
<dependency>
<groupId>fr.minuskube.inv</groupId>
<artifactId>smart-invs</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'fr.minuskube.inv'
version '1.2.2'
version '1.2.3'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
compile 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
compile 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
compile 'org.apache.commons:commons-lang3:3.5'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: SmartInvs
version: 1.2.2
version: 1.2.3
description: Inventory API for your Bukkit Plugins.
author: MinusKube
website: https://github.com/MinusKube/SmartInvs
Expand Down

0 comments on commit 554f2fd

Please sign in to comment.