Skip to content

Commit

Permalink
Finish 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Jun 7, 2022
2 parents 59ba8ba + 42f591e commit ca589ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = {
name: 'Search using the Subscription API',
description:
'If checked, the integration will search using the GreyNoise Subscription Based APIs. When unchecked, the GreyNoise Community API will be used (only supports IP lookups)',
default: true,
default: false,
type: 'boolean',
userCanEdit: true,
adminOnly: false
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "GreyNoise",
"version": "3.3.2",
"version": "3.3.3",
"private": true,
"dependencies": {
"async": "^3.2.3",
Expand Down

0 comments on commit ca589ef

Please sign in to comment.