File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN yarn build
1616# Stage 2: Production Environment
1717FROM alpine:3.19
1818
19- ARG VERSION="1.2.0 "
19+ ARG VERSION="1.2.1 "
2020ARG ENABLE_FULL_TEXT_SEARCH=""
2121ARG ENABLE_MORPHOLOGY_ANALYSIS=""
2222ARG ENABLE_CHINESE_CONVERSION=""
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 1515project_directory = os .path .dirname (os .path .dirname (os .path .dirname (os .path .abspath (__file__ ))))
1616windows_save_path = os .path .join (os .path .dirname (project_directory ), 'SilverDict-windows.zip' )
1717unix_save_path = os .path .join (project_directory , 'SilverDict.zip' )
18- current_version = 'v1.2.0 '
18+ current_version = 'v1.2.1 '
1919
2020
2121def _get_latest_version_and_release_note () -> tuple [str , str ]:
You can’t perform that action at this time.
0 commit comments