Skip to content

Commit d0a8279

Browse files
committed
chore: bump version to 1.1.5
1 parent 2e664cf commit d0a8279

2 files changed

Lines changed: 2 additions & 2 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.1@sha256:15c46ced65c6abed6a27472a7904b04273e9a8091a5627badd6ff016ab073171
1818

19-
ARG VERSION="1.1.4"
19+
ARG VERSION="1.1.5"
2020
ARG ENABLE_FULL_TEXT_SEARCH=""
2121
ARG ENABLE_MORPHOLOGY_ANALYSIS=""
2222
ARG ENABLE_CHINESE_CONVERSION=""

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.4'
18+
current_version = 'v1.1.5'
1919

2020

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

0 commit comments

Comments
 (0)