From ea4382ab8695cf98daf545ac3025f519533e1dac Mon Sep 17 00:00:00 2001 From: Charles Barnes Date: Tue, 22 Jun 2021 07:29:51 -0500 Subject: [PATCH] bump career portal version --- package.json | 2 +- src/app.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53a49d9..4eba5f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "career-portal", - "version": "3.2.0", + "version": "3.3.0", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app.json b/src/app.json index 4233459..efb667d 100644 --- a/src/app.json +++ b/src/app.json @@ -79,12 +79,12 @@ } }, "eeoc": { - "genderRaceEthnicity": false, - "veteran": false, - "disability": false + "genderRaceEthnicity": true, + "veteran": true, + "disability": true }, "privacyConsent": { - "consentCheckbox": false, + "consentCheckbox": true, "sidebarLink": true, "privacyPolicyUrl": "/privacy" }