Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Oct 10, 2018
1 parent fd2790a commit c75a391
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
@@ -4,7 +4,7 @@
*/

var exports = exports || {};
exports.version = '2.0.0-beta.13';
exports.version = '2.0.0';

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": "2.0.0-beta.13",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/RetireJS/retire.js.git"

0 comments on commit c75a391

Please sign in to comment.