Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Updatifier bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flibio committed Feb 22, 2016
1 parent a57ae1a commit 06ea6f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>EconomyLite</groupId>
<artifactId>EconomyLite</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<packaging>jar</packaging>
<name>EconomyLite</name>
<description>An economy plugin for Sponge</description>
Expand Down Expand Up @@ -67,6 +67,7 @@
<groupId>com.github.Flibio</groupId>
<artifactId>Updatifier</artifactId>
<version>RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.minecrell.mcstats</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/me/Flibio/EconomyLite/EconomyLite.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
import java.util.HashMap;
import java.util.Optional;

@Updatifier(repoName = "EconomyLite", repoOwner = "Flibio", version = "v1.1.6")
@Plugin(id = "EconomyLite", name = "EconomyLite", version = "1.1.6")
@Updatifier(repoName = "EconomyLite", repoOwner = "Flibio", version = "v1.1.7")
@Plugin(id = "EconomyLite", name = "EconomyLite", version = "1.1.7")
public class EconomyLite {

@Inject
Expand Down

0 comments on commit 06ea6f4

Please sign in to comment.