Skip to content

Commit

Permalink
Bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 14, 2019
1 parent 1889a49 commit 3bf2807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -12,6 +12,4 @@
/**/.DS_Store
/npm-debug.log
/package-lock.json
/doc/about/changelog.md
/doc/about/license.md
/share/**/*.private.env.json
2 changes: 1 addition & 1 deletion bin/main.js → bin/which.js
Expand Up @@ -9,7 +9,7 @@ const {FinderError, which} = require('../lib');
* The version number of the package.
* @type {string}
*/
const version = '5.3.0';
const version = '5.4.0';

/**
* Application entry point.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,14 +7,14 @@
"name": "@cedx/which",
"repository": "github:cedx/which.js",
"types": "lib/index.d.ts",
"version": "5.3.0",
"version": "5.4.0",
"author": {
"email": "cedric@belin.io",
"name": "Cédric Belin",
"url": "https://belin.io"
},
"bin": {
"which": "bin/main.js"
"which": "bin/which.js"
},
"dependencies": {
"commander": "^2.20.0"
Expand Down

0 comments on commit 3bf2807

Please sign in to comment.