Made the version number everywhere the same

This commit is contained in:
2025-03-14 09:40:15 +01:00
parent aa9f72c9b6
commit af401c2b4c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -159,4 +159,5 @@ This project is licensed under the MIT License - see the LICENSE file for detail
## Version History
- v1.0.0 - First stable release
- v0.1.0 - Initial release with core functionality
+1 -1
View File
@@ -223,7 +223,7 @@ const App: React.FC<AppProps> = () => {
)}
<div className={styles.footer}>
<Text size={100}>Edison v0.1.0</Text>
<Text size={100}>Edison v1.0.0</Text>
</div>
</div>
</StatusContext.Provider>