Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit beeeb5b

Browse files
authored
Updated version
1 parent 9941e92 commit beeeb5b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Docs for the Bridge2AI Voice Project.
1010

11-
[![GitHub](https://img.shields.io/badge/github-3.0.0-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)
11+
[![GitHub](https://img.shields.io/badge/github-3.0.1-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)
1212

1313

1414
## 🤝 License

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ currently being supported with security updates.
77

88
| Version | Supported |
99
| ------- | ------------------ |
10-
| v3.0.0 | :white_check_mark: |
11-
| < v3.0.0 | :x: |
10+
| v3.0.1 | :white_check_mark: |
11+
| < v3.0.1 | :x: |
1212

1313
## Reporting a Vulnerability
1414

src/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_tabs(tabs_func):
4848

4949
def main():
5050
# Current version of the app
51-
version = "3.0.0"
51+
version = "3.0.1"
5252
# Map tab names to functions
5353
# In this dictionary, the key is the tab name and the value is the function that will be called when the tab is selected
5454
# The function is defined in the respective file

0 commit comments

Comments
 (0)