Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed May 8, 2017
1 parent c82c9e3 commit 5ad42e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RDFIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
die( 'Not an entry point.' );
}

define( 'RDFIO_VERSION', 'v2.0.11' );
define( 'RDFIO_VERSION', 'v2.1.0' );

$GLOBALS['wgExtensionCredits']['other'][] = array(
'path' => __FILE__,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "v2.0.x-dev"
"dev-master": "v2.1.x-dev"
}
}
}

0 comments on commit 5ad42e3

Please sign in to comment.