Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit 76d3ee4

Browse files
committed
Prepare for release 0.4.3
1 parent f8e27f9 commit 76d3ee4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DataTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
return 1;
1717
}
1818

19-
define( 'DataTypes_VERSION', '0.4.2-alpha' );
19+
define( 'DataTypes_VERSION', '0.4.3' );
2020

2121
// @codeCoverageIgnoreStart
2222
if ( defined( 'MEDIAWIKI' ) ) {

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ for the [Wikidata project](https://wikidata.org/).
5151

5252
## Release notes
5353

54+
### 0.4.3 (2015-06-18)
55+
56+
* Fixed version number constant.
57+
5458
### 0.4.2 (2015-06-18)
5559

5660
* Updated code documentation for being able to automatically generate a proper documentation using JSDuck.

0 commit comments

Comments
 (0)