Skip to content

Commit 064f4c6

Browse files
committed
Set version
1 parent 2d68105 commit 064f4c6

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
@@ -4,7 +4,7 @@
44
*/
55

66
var exports = exports || {};
7-
exports.version = '4.2.2';
7+
exports.version = '4.2.3';
88

99
function isDefined(o) {
1010
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": "4.2.2",
5+
"version": "4.2.3",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)