Skip to content

Commit

Permalink
bumped version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jan 7, 2015
1 parent 9f0b4f0 commit 1e3160f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mycontent_portal.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class mycontent_portal extends portal_generic {
protected static $path = 'mycontent';
protected static $data = array(
'name' => 'Custom Content Module',
'version' => '2.0.1',
'version' => '3.0.0',
'author' => 'WalleniuM',
'icon' => 'fa-code',
'contact' => EQDKP_PROJECT_URL,
Expand Down Expand Up @@ -57,4 +57,4 @@ public function output() {
return xhtml_entity_decode(htmlspecialchars_decode($this->config('useroutput')));
}
}
?>
?>

0 comments on commit 1e3160f

Please sign in to comment.