Skip to content

Commit

Permalink
Updated: Updated version number and copyright to reflect continued ma…
Browse files Browse the repository at this point in the history
…intenance
  • Loading branch information
brookinsconsulting committed Feb 7, 2019
1 parent 260e886 commit 2020da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ezinfo.php
@@ -1,12 +1,12 @@
<?php
class bcstateselectInfo
{
function info()
public static function info()
{
return array(
'Name' => "<a href='http://projects.ez.no/bcstateselect'>BC State Select</a>",
'Version' => "0.0.1",
'Copyright' => "Copyright (C) 2001 - 2007 <a href='http://brookinsconsulting.com/'>Brookins Consulting</a>",
'Version' => "0.0.2",
'Copyright' => "Copyright (C) 2001 - 2019 <a href='http://brookinsconsulting.com/'>Brookins Consulting</a>",
'Author' => "Brookins Consulting",
'License' => "GNU General Public License"
);
Expand Down

0 comments on commit 2020da8

Please sign in to comment.