fix: package version number (#2853)

This commit is contained in:
Alireza 2022-07-29 07:34:39 -04:00 committed by GitHub
parent bd1c38c00c
commit 6c632ea084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",