diff --git a/RDFIO.php b/RDFIO.php index 8992147..45b02e6 100644 --- a/RDFIO.php +++ b/RDFIO.php @@ -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__, diff --git a/composer.json b/composer.json index cd196a4..375ae10 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "extra": { "branch-alias": { - "dev-master": "v2.0.x-dev" + "dev-master": "v2.1.x-dev" } } }