Skip to content

Commit ef13e4c

Browse files
committed
chore: bump version to v1.2.0
1 parent 2c46c0d commit ef13e4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/DrawerContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function DrawerContent() {
115115
variant='body2'
116116
sx={{ display: 'inline-block' }}
117117
>
118-
v1.1.6
118+
v1.2.0
119119
</Typography>
120120
</Box>
121121
<Box>

server/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project_directory = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
1616
windows_save_path = os.path.join(os.path.dirname(project_directory), 'SilverDict-windows.zip')
1717
unix_save_path = os.path.join(project_directory, 'SilverDict.zip')
18-
current_version = 'v1.1.6'
18+
current_version = 'v1.2.0'
1919

2020

2121
def _get_latest_version_and_release_note() -> tuple[str, str]:

0 commit comments

Comments
 (0)