Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Jan 1, 2017
1 parent 87eb0de commit e6965ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
$PluginInfo['DiscussionAbout'] = array(
'Name' => 'DiscussionAbout',
'Description' => 'Have discussions about a non-Vanilla item in your database.',
'Version' => '1.1',
'Version' => '1.2',
'Author' => "Jason Barnabe",
'AuthorEmail' => '[email protected]',
'MobileFriendly' => TRUE
'MobileFriendly' => TRUE,
'License' => 'GNU GPL2'
);

require_once dirname(__FILE__).'/config.php';
Expand Down

0 comments on commit e6965ee

Please sign in to comment.