Skip to content

Commit

Permalink
Update version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Dec 24, 2018
1 parent bf8e766 commit abf7a56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5'
compile 'fr.minuskube.inv:smart-invs:1.2.6'
}
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'fr.minuskube.inv'
version '1.2.5'
version '1.2.6'

apply plugin: 'java'
apply plugin: 'maven'
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.5
version: 1.2.6
description: Inventory API for your Bukkit Plugins.
author: MinusKube
website: https://github.com/MinusKube/SmartInvs
Expand Down

0 comments on commit abf7a56

Please sign in to comment.