From e4b64789528669ca918e3973fbe0ff9d2c81bdaa Mon Sep 17 00:00:00 2001 From: Alireza Date: Mon, 29 Apr 2024 13:00:14 -0400 Subject: [PATCH] chore(version): move to the next beta version [BUMP BETA] (#4072) --- README.md | 2 +- platform/docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c505c9581..93afff15c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ provided by the Open Health Imaging Foundation (OHIF ## About -The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve +The OHIF Viewer can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, diff --git a/platform/docs/docusaurus.config.js b/platform/docs/docusaurus.config.js index 02bed48c0..1165e87ec 100644 --- a/platform/docs/docusaurus.config.js +++ b/platform/docs/docusaurus.config.js @@ -270,7 +270,7 @@ module.exports = { announcementBar: { id: 'healthimaging', content: - '🚀 The latest version of OHIF, v3.7, has been released. You can find the release notes by following this Link! 🌟', + '🎉 OHIF 3.8 has landed! Explore 4D and volume rendering, enhanced layout menus, streamlined visualization controls, workflow steps, and more. You can find the release notes by following this Link! 🌟', }, prism: { theme: require('prism-react-renderer/themes/github'),