Skip to content

Commit

Permalink
fixed the University Organzations array
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Solveson committed Mar 5, 2021
1 parent c9a9b8a commit 240c13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wsu-university-taxonomy",
"version": "1.0.7",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/wsu-university-taxonomy.git"
Expand Down
3 changes: 2 additions & 1 deletion wsuwp-university-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WSUWP_University_Taxonomies {
*
* @var string Current version of the taxonomy schema.
*/
var $taxonomy_schema_version = '20210305-001';
var $taxonomy_schema_version = '20210305-002';

/**
* @var string Taxonomy slug for the WSU University Category taxonomy.
Expand Down Expand Up @@ -731,6 +731,7 @@ public function get_university_organizations() {
'School of Global Animal Health - Veterinary hospital',
'School of Molecular Biosciences - Veterinary hospital',
'Veterinary Microbiology and Pathology - Veterinary hospital',
),
),
);

Expand Down

0 comments on commit 240c13f

Please sign in to comment.