Skip to content

Commit f48f644

Browse files
committed
Merge pull request #465 from wmde/rel30
3.0.0 release
2 parents 681d2c1 + 7fe957f commit f48f644

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ the git repository and take care of loading yourself.
3030
To add this package as a local, per-project dependency to your project, simply add a
3131
dependency on `wikibase/data-model` to your project's `composer.json` file.
3232
Here is a minimal example of a `composer.json` file that just defines a dependency on
33-
Wikibase DataModel 2.x:
33+
Wikibase DataModel 3.x:
3434

3535
```js
3636
{
3737
"require": {
38-
"wikibase/data-model": "~2.0"
38+
"wikibase/data-model": "~3.0"
3939
}
4040
}
4141
```

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Wikibase DataModel release notes
22

3-
## Version 3.0.0 (dev)
3+
## Version 3.0.0 (2015-06-04)
44

55
#### Breaking changes
66

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
return 1;
1313
}
1414

15-
define( 'WIKIBASE_DATAMODEL_VERSION', '3.0.0 alpha' );
15+
define( 'WIKIBASE_DATAMODEL_VERSION', '3.0.0' );
1616

1717
if ( defined( 'MEDIAWIKI' ) ) {
1818
call_user_func( function() {

0 commit comments

Comments
 (0)