Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Jan 17, 2023
1 parent df9d661 commit 6b158a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Seonbi changelog
Version 0.3.4
-------------

To be released.
Released on January 18, 2023.

- Updated the *Standard Korean Language Dictionary* data
(*data/ko-kr-stdict.tsv*) to the revision 2022-12.
Expand Down
8 changes: 4 additions & 4 deletions scripts/deno/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,18 @@ export type DownloadUrls = Record<
const STABLE_DOWNLOAD_URLS: DownloadUrls = {
linux: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.linux-x86_64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.3.linux-x86_64.tar.bz2",
aarch64: undefined,
},
darwin: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.macos-x86_64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.4.macos-x86_64.tar.bz2",
aarch64:
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.macos-arm64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.4.macos-arm64.tar.bz2",
},
windows: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.win64.zip",
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.4.win64.zip",
aarch64: undefined,
},
} as const;
Expand Down

0 comments on commit 6b158a3

Please sign in to comment.