Skip to content

Commit

Permalink
Change version of script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminlupu committed Oct 20, 2016
1 parent dda4353 commit 4ca3f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let file;
let options = {};

program
.version('0.0.1')
.version('0.1.0')
.description('Convert csv files from different sources, like banks to YNAB ( youneedabudget.com ) ready csv files')
.usage('[options] <filename.csv | csvstring>')
.arguments('<file>')
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": "to-ynab",
"version": "0.0.1",
"version": "0.1.0",
"description": "Convert csv files from different sources, like banks to YNAB ( youneedabudget.com ) ready csv files",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 4ca3f8b

Please sign in to comment.