Skip to content

Commit bf04780

Browse files
committed
Fix typos
1 parent d39fb7d commit bf04780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Validators.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_VALIDATORS_VERSION', '0.1 beta' );
18+
define( 'DATAVALUES_VALIDATORS_VERSION', '0.1' );
1919

2020
if ( defined( 'MEDIAWIKI' ) ) {
2121
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
2222
'path' => __DIR__,
23-
'name' => 'DataValues Number',
24-
'version' => DATAVALUES_NUMBER_VERSION,
23+
'name' => 'DataValues Validators',
24+
'version' => DATAVALUES_VALIDATORS_VERSION,
2525
'author' => array(
2626
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
2727
'The Wikidata team',

0 commit comments

Comments
 (0)