Skip to content

Commit

Permalink
FIX: Dependency update to PlayerActivity 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EdGruberman committed Mar 28, 2012
1 parent 3772931 commit adf0941
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/version.properties
@@ -1,5 +1,5 @@
#Wed, 28 Mar 2012 13:17:20 -0700 #Wed, 28 Mar 2012 14:24:47 -0700
revision=2 revision=3
minor=0 minor=0
build= build=
type= type=
Expand Down
Binary file modified dist/Sleep.jar
Binary file not shown.
Binary file modified resources/lib/PlayerActivity.jar
Binary file not shown.
Expand Up @@ -15,7 +15,7 @@ public final class DependencyChecker {


private static final List<PluginDependency> MINIMUMS = Arrays.<PluginDependency>asList( private static final List<PluginDependency> MINIMUMS = Arrays.<PluginDependency>asList(
new PluginDependency("MessageManager", "edgruberman.bukkit.messagemanager.Main", "6.0.1") new PluginDependency("MessageManager", "edgruberman.bukkit.messagemanager.Main", "6.0.1")
, new PluginDependency("PlayerActivity", "edgruberman.bukkit.playeractivity.Main", "1.3.2") , new PluginDependency("PlayerActivity", "edgruberman.bukkit.playeractivity.Main", "1.3.3")
); );


private final Plugin plugin; private final Plugin plugin;
Expand Down

0 comments on commit adf0941

Please sign in to comment.