diff --git a/config/config.json b/config/config.json index 4d10f61..744b675 100644 --- a/config/config.json +++ b/config/config.json @@ -1,4 +1,5 @@ { + "polarityIntegrationUuid": "eb64e7c0-cce1-11ed-aeee-075d3490155d", "name": "MySQL", "acronym": "MSQL", "description": "SQL Lookup for MySql and MariaDB databases", diff --git a/package-lock.json b/package-lock.json index 1a05b2e..2bd774a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mysql", - "version": "3.1.1-beta", + "version": "3.1.2-beta", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -83,4 +83,4 @@ "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index df652d9..a1ed278 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "mysql", - "version": "3.1.1-beta", + "version": "3.1.2-beta", "main": "./integration.js", "private": true, "dependencies": { "mariadb": "^2.5.4", "async": "^3.2.1" } -} +} \ No newline at end of file