Skip to content

Commit

Permalink
version 2.12.2 and credit pugabyte in plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Dec 8, 2020
1 parent 26fdca0 commit eab34e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.ryanhamshire</groupId>
<artifactId>AutomaticInventory</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>1.4</version>
<version>1.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AutomaticInventory
main: me.ryanhamshire.AutomaticInventory.AutomaticInventory
authors: [Big_Scary, RoboMWM, AllTheCode]
authors: [Big_Scary, RoboMWM, AllTheCode, Pugabyte]
version: '${project.version}-${git.commit.id.abbrev}'
api-version: '1.14'
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void onEnable()

try
{
new Metrics(this);
new Metrics(this, 3547);
}
catch (Throwable ignored){}

Expand Down

0 comments on commit eab34e8

Please sign in to comment.