Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Prepeare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jan 30, 2020
1 parent 07dce88 commit f4a7645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "taco_product",
"description": "",
"homepage": "https://phovea.caleydo.org",
"version": "0.0.1-SNAPSHOT",
"version": "3.0.0",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
Expand Down Expand Up @@ -34,7 +34,7 @@
"bluebird": "3.4.6",
"chalk": "1.1.3",
"fs-extra": "^1.0.0",
"generator-phovea": "github:phovea/generator-phovea#develop",
"generator-phovea": "3.1.0",
"lodash": "4.17.14",
"mkdirp": "0.5.1",
"yamljs": "0.2.8",
Expand Down
8 changes: 4 additions & 4 deletions phovea_product.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"type": "web",
"label": "taco",
"repo": "Caleydo/taco",
"branch": "develop",
"branch": "v3.0.0",
"additional": []
},
{
"type": "api",
"label": "taco_server",
"repo": "phovea/phovea_server",
"branch": "develop",
"branch": "v4.0.1",
"additional": [
{
"name": "taco_server",
"repo": "Caleydo/taco_server",
"branch": "develop"
"branch": "v3.0.0"
},
{
"name": "phovea_data_hdf",
"repo": "phovea/phovea_data_hdf",
"branch": "develop"
"branch": "v4.0.0"
}
],
"data": [
Expand Down

0 comments on commit f4a7645

Please sign in to comment.