Skip to content

Commit 4e00354

Browse files
committed
Bump version number to 0.2.1
1 parent 7264387 commit 4e00354

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
*/
1212

1313
if ( defined( 'DataValuesCommon_VERSION' ) ) {
14-
// Do not initialize more then once.
14+
// Do not initialize more than once.
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_COMMON_VERSION', '0.2' );
18+
define( 'DATAVALUES_COMMON_VERSION', '0.2.1' );
1919

2020
/**
2121
* @deprecated

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ DataValues Common has been written by the Wikidata team, as [Wikimedia Germany]
4949

5050
## Release notes
5151

52+
### 0.2.1 (2014-03-12)
53+
54+
* Minor code cleanup
55+
* Improved PHPUnit bootstrap
56+
5257
### 0.2 (2013-12-16)
5358

5459
* Added FloatParser (moved from data-values/number)

0 commit comments

Comments
 (0)