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

Commit e6965ee

Browse files
committed
v1.2
1 parent 87eb0de commit e6965ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

default.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
$PluginInfo['DiscussionAbout'] = array(
44
'Name' => 'DiscussionAbout',
55
'Description' => 'Have discussions about a non-Vanilla item in your database.',
6-
'Version' => '1.1',
6+
'Version' => '1.2',
77
'Author' => "Jason Barnabe",
88
'AuthorEmail' => '[email protected]',
9-
'MobileFriendly' => TRUE
9+
'MobileFriendly' => TRUE,
10+
'License' => 'GNU GPL2'
1011
);
1112

1213
require_once dirname(__FILE__).'/config.php';

0 commit comments

Comments
 (0)