Skip to content

Commit

Permalink
Prepare release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Oct 16, 2022
1 parent 7c93ecd commit ffe34c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/console.php
Expand Up @@ -209,7 +209,7 @@ function process(array $localeData, $locale)
return $data;
}

$console = new Application('LocaleData', '2.0.0');
$console = new Application('LocaleData', '3.0.0');
$console
->register('generate')
->setDefinition([
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
},
"version": "2.0.0",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jsor/locale-data.git"
Expand Down

0 comments on commit ffe34c0

Please sign in to comment.