mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-16 07:47:59 +00:00
set version number
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "life-trinket",
|
"name": "life-trinket",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|||||||
@@ -118,6 +118,11 @@ export const SettingsModal = ({ isOpen, closeModal }: SettingsModalProps) => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<Separator height="2px" />
|
<Separator height="2px" />
|
||||||
|
<SettingContainer>
|
||||||
|
<Paragraph>Version: 0.4.0</Paragraph>
|
||||||
|
</SettingContainer>
|
||||||
|
<Separator height="2px" />
|
||||||
|
|
||||||
<Button variant="contained" onClick={closeModal}>
|
<Button variant="contained" onClick={closeModal}>
|
||||||
Save and Close
|
Save and Close
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user