Skip to content

Commit b379f7d

Browse files
Update version to v1.0.4
1 parent 3634715 commit b379f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DESCRIPTION = f"{APP_NAME} is a web application that allows you to monitor your system resources."
1414
AUTHOR = "Deepak Raj"
1515
YEAR = "2024"
16-
VERSION = "v1.0.4-pre-release"
16+
VERSION = "v1.0.4"
1717
PROJECT_URL = f"https://github.com/codeperfectplus/{APP_NAME}"
1818
CONTACT_EMAIL = ""
1919
SYSTEM_NAME = get_system_node_name()

src/docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ systemguard-installer --help
150150

151151
| Version | Release Date | Status | Key Features |
152152
| ---------- | ------------ | ----------- | --------------------------------------------------- |
153-
| v1.0.4 | - | In Testing | Stable version of pre-release features |
153+
| v1.0.4 | 13/09/2024 | Stable | Stable version of pre-release features, stability |
154154
| v1.0.4-pre | 10/09/2024 | Pre-release | Auto-update, website monitoring, graph improvements |
155155
| v1.0.3 | 05/09/2024 | Stable | Performance optimization, CPU graphs, bug fixes |
156156
| v1.0.2 | 02/09/2024 | Deprecated | Minor fixes, initial graph improvements |

0 commit comments

Comments
 (0)