Skip to content

Commit

Permalink
🆙 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyaShibata committed Oct 4, 2017
1 parent bdb3d0e commit 46ab7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const findElement = (keyName, value) => {
showResult(checmicalElements.find(c => c[keyName] == value))
}

program.version('0.0.2')
program.version('0.0.3')
.name('chemi')
.option('-z, --znumber <[znumber]>', 'Find by z number')
.option('-s, --symbol <[symbol]>', 'Find by symbol')
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": "chemi",
"version": "0.0.2",
"version": "0.0.3",
"description": "Find chemical element from z number, symbol or element name",
"bin": "index.js",
"keywords": [
Expand Down

0 comments on commit 46ab7e4

Please sign in to comment.