Skip to content

Commit

Permalink
Merge branch 'release-1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 7, 2016
2 parents 4e68f1c + 5a9ee33 commit be5bd91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.0.4"></a>
## [1.0.4](https://github.com/adonisjs/adonis-antl/compare/v1.0.3...v1.0.4) (2016-10-07)


### Bug Fixes

* **command:** fix command signature ([67a1b7d](https://github.com/adonisjs/adonis-antl/commit/67a1b7d))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/adonisjs/adonis-antl/compare/v1.0.2...v1.0.3) (2016-10-03)

Expand Down
2 changes: 1 addition & 1 deletion commands/Setup.js
Expand Up @@ -19,7 +19,7 @@ class Setup extends Command {
* @return {String}
*/
get signature () {
return 'antl:setup {-d, --driver:Driver for which the setup process should be executed=@value}'
return 'antl:setup {-d, --driver=@value:Driver for which the setup process should be executed}'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "adonis-antl",
"version": "1.0.3",
"version": "1.0.4",
"description": "Localization for adonisjs app",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit be5bd91

Please sign in to comment.