Skip to content

Commit 9202c9a

Browse files
committed
Release 3.1.0
1 parent 7cf362c commit 9202c9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ at the heart of the [Wikibase software](http://wikiba.se/).
88

99
## Release notes
1010

11-
### 3.1.0 (dev)
11+
### 3.1.0 (2017-09-01)
1212

1313
* Added a `hash` parameter to the constructors of
1414
`Snak`, `PropertyValueSnak`, `PropertySomeValueSnak` and `PropertyNoValueSnak`,

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.1' );
6+
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '3.1.0' );
77

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

mediawiki-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"url": "https://github.com/wmde/WikibaseDataModelJavascript",
77
"description": "Javascript implementation of the Wikibase data model",
8-
"version": "3.0.1",
8+
"version": "3.1.0",
99
"type": "wikibase",
1010
"license-name": "GPL-2.0+",
1111
"manifest_version": 1

0 commit comments

Comments
 (0)