Skip to content

Commit

Permalink
bump career portal version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesabarnes committed Jun 22, 2021
1 parent f7047fa commit ea4382a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "career-portal",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
8 changes: 4 additions & 4 deletions src/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ea4382a

Please sign in to comment.