From d50b7b6dacee516cee94b0d64773a9e0ef774c50 Mon Sep 17 00:00:00 2001 From: polarityio Date: Mon, 27 Mar 2023 16:57:15 -0400 Subject: [PATCH 1/3] Updating File: config/config.json --- config/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.json b/config/config.json index 23ef46c..dba913a 100644 --- a/config/config.json +++ b/config/config.json @@ -1,4 +1,5 @@ { + "polarityIntegrationUuid": "f3f65b30-cce1-11ed-aeee-075d3490155d", "name": "LinkedIn", "acronym": "LI", "description": "Searches on LinkedIn for Public Content", From 3a3ec2e50a53b07f3b622657d7b727afd034b2ec Mon Sep 17 00:00:00 2001 From: polarityio Date: Mon, 27 Mar 2023 17:01:44 -0400 Subject: [PATCH 2/3] Updating File: package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a32faa5..b873c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LinkedIn", - "version": "3.0.1-beta", + "version": "3.0.2-beta", "main": "./integration.js", "private": true, "dependencies": { @@ -8,4 +8,4 @@ "postman-request": "^2.88.1-postman.31", "uuid": "^8.3.2" } -} +} \ No newline at end of file From 8cc1efe9b6d526a158778bb601e8801fc767c4b8 Mon Sep 17 00:00:00 2001 From: polarityio Date: Mon, 27 Mar 2023 17:01:45 -0400 Subject: [PATCH 3/3] Updating File: package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6391446..2e47182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "LinkedIn", - "version": "3.0.1-beta", + "version": "3.0.2-beta", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -376,4 +376,4 @@ } } } -} +} \ No newline at end of file