Skip to content

Commit

Permalink
Attempt fix for bad CB version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentK20 committed Mar 16, 2013
1 parent 366b529 commit 3290f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>LATEST</craftbukkit.version>
<craftbukkit.version>1.5-R0.1-SNAPSHOT</craftbukkit.version>
<citizensapi.version>2.0.8-SNAPSHOT</citizensapi.version>
<vault.version>1.2.19-SNAPSHOT</vault.version>
<powermock.version>1.4.12</powermock.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/Citizens.java
Original file line number Diff line number Diff line change
Expand Up @@ -434,5 +434,5 @@ private boolean suggestClosestModifier(CommandSender sender, String command, Str
return false;
}

private static final String COMPATIBLE_MC_VERSION = "1.4.7";
private static final String COMPATIBLE_MC_VERSION = "1.5";
}

0 comments on commit 3290f3e

Please sign in to comment.