Skip to content

Commit

Permalink
Bump npm version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof Leuenberger committed Nov 28, 2017
1 parent ca2c7f4 commit e63013b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ Translation files were updated. The following texts were added:
## Todo

* Add more commands:
* remove translation
* find missing translations
* edit mode
* syncing with translation services
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const wrapWithErrorHandler = (command, ...args) => {
}

program
.version('0.0.1')
.version('0.0.5')
.description('locale-man 👮: Interactive translation manager for node')

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locale-man",
"version": "0.0.4",
"version": "0.0.5",
"description": "Interactive translation manager for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e63013b

Please sign in to comment.