diff --git a/config/config.json b/config/config.json index 76c722c..29afc35 100644 --- a/config/config.json +++ b/config/config.json @@ -1,4 +1,5 @@ { + "polarityIntegrationUuid": "fc528dd0-cce1-11ed-aeee-075d3490155d", "name": "Redis", "acronym": "RED", "description": "Query Redis servers and return data for configured key patterns.", diff --git a/package-lock.json b/package-lock.json index 7650a84..0a4f229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Redis", - "version": "3.0.3-beta", + "version": "3.0.4-beta", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -78,4 +78,4 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index b8a1785..78b92a3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "main": "./integration.js", "name": "Redis", + "version": "3.0.4-beta", + "main": "./integration.js", "description": "Query Redis keys", - "version": "3.0.3-beta", "private": true, "dependencies": { "lodash": "^4.17.21", "async": "^3.2.3", "redis": "^4.0.3" } -} +} \ No newline at end of file