Skip to content

Commit 6f1ccff

Browse files
authored
Bump version number to 3.0.1 in init.php
1 parent 1bfe66d commit 6f1ccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @deprecated since 3.0
55
*/
6-
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '3.0.0' );
6+
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '3.0.1' );
77

88
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
99
wfLoadExtension( 'WikibaseDataModelJavaScript', __DIR__ . '/mediawiki-extension.json' );

0 commit comments

Comments
 (0)