fix: package version number (#2853)
This commit is contained in:
parent
bd1c38c00c
commit
6c632ea084
@ -219,7 +219,7 @@ module.exports = {
|
|||||||
// We want users to submit doc updates to the upstream/next version!
|
// We want users to submit doc updates to the upstream/next version!
|
||||||
// Otherwise we risk losing the update on the next release.
|
// Otherwise we risk losing the update on the next release.
|
||||||
const nextVersionDocsDirPath = 'docs';
|
const nextVersionDocsDirPath = 'docs';
|
||||||
return `https://github.com/OHIF/Viewers/edit/v3-stable/platform/docs/${docPath}`;
|
return `https://github.com/OHIF/Viewers/edit/v3-stable/platform/docs/docs/${docPath}`;
|
||||||
},
|
},
|
||||||
showLastUpdateAuthor: true,
|
showLastUpdateAuthor: true,
|
||||||
showLastUpdateTime: true,
|
showLastUpdateTime: true,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@ohif/viewer",
|
"name": "@ohif/viewer",
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"productVersion": "3.2.0",
|
"productVersion": "3.1.0",
|
||||||
"description": "OHIF Viewer",
|
"description": "OHIF Viewer",
|
||||||
"author": "OHIF Contributors",
|
"author": "OHIF Contributors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user