There was an error while loading. Please reload this page.
1 parent 2c46c0d commit ef13e4cCopy full SHA for ef13e4c
2 files changed
client/src/DrawerContent.js
@@ -115,7 +115,7 @@ export default function DrawerContent() {
115
variant='body2'
116
sx={{ display: 'inline-block' }}
117
>
118
- v1.1.6
+ v1.2.0
119
</Typography>
120
</Box>
121
<Box>
server/updater.py
@@ -15,7 +15,7 @@
15
project_directory = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
16
windows_save_path = os.path.join(os.path.dirname(project_directory), 'SilverDict-windows.zip')
17
unix_save_path = os.path.join(project_directory, 'SilverDict.zip')
18
-current_version = 'v1.1.6'
+current_version = 'v1.2.0'
19
20
21
def _get_latest_version_and_release_note() -> tuple[str, str]:
0 commit comments