diff --git a/Config/config.md b/Config/config.md index 0460c87..742eaaf 100644 --- a/Config/config.md +++ b/Config/config.md @@ -1,11 +1,14 @@ -# 1.1.0 +# 1.1.1 (2024/11/28) +- change methodology page + +# 1.1.0 (2024/11/27) - change to web browser instead of terminal -# 1.0.5 +# 1.0.5 (2024/11/26) - add searching - create common_ui.py file for reusable functions -# 1.0.4 +# 1.0.4 (2024/11/25) - add analyst notebook - add IP - add Domain @@ -15,8 +18,10 @@ - add start.me - add website -# 1.0.3 +# 1.0.3 (2024/11/24) - highlight, unmark and color marked sections - add emojis to main page - simplify code to help with backend +# 1.0.0 (2024/11/23) +- started this project \ No newline at end of file diff --git a/Config/config.py b/Config/config.py index 2a3eb2f..ca638cf 100644 --- a/Config/config.py +++ b/Config/config.py @@ -1 +1 @@ -VERSION = "1.1.0" +VERSION = "1.1.1"