Skip to content

Commit a66b48d

Browse files
committed
chore: bump version to 1.2.1
1 parent f837383 commit a66b48d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN yarn build
1616
# Stage 2: Production Environment
1717
FROM alpine:3.19
1818

19-
ARG VERSION="1.2.0"
19+
ARG VERSION="1.2.1"
2020
ARG ENABLE_FULL_TEXT_SEARCH=""
2121
ARG ENABLE_MORPHOLOGY_ANALYSIS=""
2222
ARG ENABLE_CHINESE_CONVERSION=""

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.2.0
118+
v1.2.1
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.2.0'
18+
current_version = 'v1.2.1'
1919

2020

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

0 commit comments

Comments
 (0)