set version number

This commit is contained in:
Viktor Rådberg
2023-09-28 14:31:33 +02:00
parent bb660592b2
commit d1f76bff27
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "life-trinket",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "commonjs",
"engines": {
"node": ">=18",

View File

@@ -118,6 +118,11 @@ export const SettingsModal = ({ isOpen, closeModal }: SettingsModalProps) => {
</>
)}
<Separator height="2px" />
<SettingContainer>
<Paragraph>Version: 0.4.0</Paragraph>
</SettingContainer>
<Separator height="2px" />
<Button variant="contained" onClick={closeModal}>
Save and Close
</Button>