Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Jul 22, 2015
1 parent 3498441 commit 0632e33
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/lib/retire.js
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@


var exports = exports || {};
exports.version = '1.1.0';
exports.version = '1.1.1';

function isDefined(o) {
return typeof o !== 'undefined';
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"author": "Erlend Oftedal <erlend@oftedal.no>",
"name": "retire",
"description": "Retire is a tool for detecting use of vulnerable libraries",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/RetireJS/retire.js.git"

0 comments on commit 0632e33

Please sign in to comment.