Skip to content

Commit 373d72f

Browse files
committed
Bump version to 1.0
1 parent 7cab070 commit 373d72f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://commons.wikimedia.org/wiki/File:Wikibase_JavaScript_Data_Model_1.0.svg
99

1010
## Release notes
1111

12-
### 1.0 (dev)
12+
### 1.0 (2014-11-05)
1313

1414
#### Breaking changes
1515
* Removed wikibase.datamodel.Reference.setSnaks(). Generate new Reference objects when interacting with the API to reflect hash changes performed in the back-end.

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '0.4-alpha' );
3+
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '1.0' );
44

55
if ( defined( 'MEDIAWIKI' ) ) {
66
call_user_func( function() {

0 commit comments

Comments
 (0)