Skip to content

Commit 58c7f33

Browse files
committed
Updated version number
1 parent 2713b10 commit 58c7f33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "telltale-script-editor",
33
"productName": "telltale-script-editor",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"description": "An unofficial, open-source editor to allow for easy modification of scripts from Telltale games.",
66
"main": ".webpack/main",
77
"author": "Telltale Modding Group",

src/renderer/components/modals/AboutModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const AboutModal = () => {
55
return <Container>
66
<Stack align="center">
77
<Title order={1}>Telltale Script Editor</Title>
8-
<Text>Version 2.1.1</Text>
8+
<Text>Version 2.2.0</Text>
99
</Stack>
1010
</Container>
1111
};

0 commit comments

Comments
 (0)