Skip to content

Commit 0632e33

Browse files
committed
Bumping version
1 parent 3498441 commit 0632e33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/lib/retire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
var exports = exports || {};
8-
exports.version = '1.1.0';
8+
exports.version = '1.1.1';
99

1010
function isDefined(o) {
1111
return typeof o !== 'undefined';

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Erlend Oftedal <erlend@oftedal.no>",
33
"name": "retire",
44
"description": "Retire is a tool for detecting use of vulnerable libraries",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/RetireJS/retire.js.git"

0 commit comments

Comments
 (0)