diff --git a/platform/ui/src/components/AboutModal/AboutModal.jsx b/platform/ui/src/components/AboutModal/AboutModal.jsx index e1754fdcf..daf15ea91 100644 --- a/platform/ui/src/components/AboutModal/AboutModal.jsx +++ b/platform/ui/src/components/AboutModal/AboutModal.jsx @@ -58,7 +58,7 @@ const AboutModal = ({buildNumber, versionNumber}) => { {renderRowTitle('Important Links')}
Visit the forum @@ -82,14 +82,14 @@ const AboutModal = ({buildNumber, versionNumber}) => {
- + value="https://github.com/OHIF/Viewers/tree/v3-stable" + link="https://github.com/OHIF/Viewers/tree/v3-stable" + /> */} diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 729d9db9f..4f4e2f510 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,7 +1,7 @@ { "name": "@ohif/viewer", "version": "4.0.0", - "productVersion": "3.0-dev", + "productVersion": "3.0.8", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",