Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Dec 6, 2017
1 parent dcd14d0 commit f4bb554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latestposts_portal.class.php
Expand Up @@ -28,7 +28,7 @@ class latestposts_portal extends portal_generic {
protected static $path = 'latestposts';
protected static $data = array(
'name' => 'Latest Forum Posts',
'version' => '3.2.0',
'version' => '3.2.1',
'author' => 'GodMod',
'icon' => 'fa-group',
'contact' => EQDKP_PROJECT_URL,
Expand Down Expand Up @@ -494,4 +494,4 @@ function remove_bbcode($string)
return preg_replace($pattern, $replace, $string);
}
}
?>
?>

0 comments on commit f4bb554

Please sign in to comment.