Skip to content

Commit

Permalink
Bump version number and updated plugin info
Browse files Browse the repository at this point in the history
Remove references to John's web site and e-mail, replaced with
mantis-dev mailing list and link to Github
  • Loading branch information
dregad committed Oct 12, 2012
1 parent 4798edc commit 7263764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Snippets/Snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the MIT license

class SnippetsPlugin extends MantisPlugin {
public static $_version = "0.3";
public static $_version = "0.4";

public function register() {
$this->name = plugin_lang_get("name");
Expand All @@ -17,9 +17,9 @@ public function register() {
"jQuery" => "1.3",
);

$this->author = "John Reese";
$this->contact = "jreese@leetcode.net";
$this->url = "http://leetcode.net";
$this->author = "John Reese and MantisBT Team";
$this->contact = "[email protected].net";
$this->url = "https://github.com/mantisbt-plugins/snippets";
}

public function config() {
Expand Down

0 comments on commit 7263764

Please sign in to comment.