diff --git a/README.md b/README.md index 2cb7366..25f5065 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Docs for the Bridge2AI Voice Project. -[![GitHub](https://img.shields.io/badge/github-2.0.2-green?style=flat&logo=github)](https://github.com/eipm/bridge2ai-docs) [![Python 3.12.0](https://img.shields.io/badge/python-3.12.0-blue.svg)](https://www.python.org/downloads/release/python-3120/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/860006845.svg)](https://zenodo.org/doi/10.5281/zenodo.13834653) +[![GitHub](https://img.shields.io/badge/github-2.0.3-green?style=flat&logo=github)](https://github.com/eipm/bridge2ai-docs) [![Python 3.12.0](https://img.shields.io/badge/python-3.12.0-blue.svg)](https://www.python.org/downloads/release/python-3120/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/860006845.svg)](https://zenodo.org/doi/10.5281/zenodo.13834653) ## 🤝 License diff --git a/SECURITY.md b/SECURITY.md index 28053b1..d9d9ea9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | -| v2.0.2 | :white_check_mark: | -| < v2.0.2 | :x: | +| v2.0.3 | :white_check_mark: | +| < v2.0.3 | :x: | ## Reporting a Vulnerability diff --git a/images/B2AI Logo.png b/images/B2AI Logo.png index d177bd7..74b7b02 100644 Binary files a/images/B2AI Logo.png and b/images/B2AI Logo.png differ diff --git a/src/dashboard.py b/src/dashboard.py index d03df5e..a590c14 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -47,7 +47,7 @@ def create_tabs(tabs_func): def main(): # Current version of the app - version = "2.0.2" + version = "2.0.3" # Map tab names to functions # In this dictionary, the key is the tab name and the value is the function that will be called when the tab is selected # The function is defined in the respective file