Made the version number everywhere the same
This commit is contained in:
@@ -159,4 +159,5 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
- v1.0.0 - First stable release
|
||||||
- v0.1.0 - Initial release with core functionality
|
- v0.1.0 - Initial release with core functionality
|
||||||
@@ -223,7 +223,7 @@ const App: React.FC<AppProps> = () => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<div className={styles.footer}>
|
<div className={styles.footer}>
|
||||||
<Text size={100}>Edison • v0.1.0</Text>
|
<Text size={100}>Edison • v1.0.0</Text>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</StatusContext.Provider>
|
</StatusContext.Provider>
|
||||||
|
|||||||
Reference in New Issue
Block a user