Skip to content

Commit

Permalink
Merge pull request #191 from TheJacksonLaboratory/release/1.7.15
Browse files Browse the repository at this point in the history
april release 1.7.15
  • Loading branch information
iimpulse authored Apr 20, 2022
2 parents 1763edd + 6eab6ca commit 622b73a
Show file tree
Hide file tree
Showing 10 changed files with 242,719 additions and 237,530 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}

version "1.7.13"
version "1.7.15"
group "hpo.angular.app"

apply plugin:"eclipse"
Expand Down
2 changes: 1 addition & 1 deletion src/main/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpo-web",
"version": "1.7.14",
"version": "1.7.15",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/main/client/src/app/shared/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {environment} from '../../../environments/environment';
})
export class FooterComponent implements OnInit {
title: string;
version = `hpo-web@${environment.VERSION} - hpo-obo@2022-02-14`;
version = `hpo-web@${environment.VERSION} - hpo-obo@2022-04-14`;

constructor() {
this.title = 'Human Phenotype Ontology';
Expand Down
Binary file modified src/main/resources/Homo_sapiens.gene_info.gz
Binary file not shown.
1,504 changes: 1,239 additions & 265 deletions src/main/resources/hp_mostrecent.obo

Large diffs are not rendered by default.

Loading

0 comments on commit 622b73a

Please sign in to comment.