Skip to content

Commit 1069f5a

Browse files
committed
Version bump.
1 parent 304ee83 commit 1069f5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
##Patch Notes
2+
###0.3.0
3+
* New #streamerinfo tag to be able to tag articles with streamer information.
4+
5+
###0.2.0
6+
* General fixes and improvements from initial feedback.
7+
28
###0.1.0
39
* Initial version.

Streamer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/******************************************/
1717
/* Credits */
1818
/******************************************/
19-
define('STREAMER_VERSION', '0.2.0');
19+
define('STREAMER_VERSION', '0.3.0');
2020

2121
$wgExtensionCredits['parserhook'][] = [
2222
'path' => __FILE__,

0 commit comments

Comments
 (0)