Skip to content

Commit c61307c

Browse files
committed
Release 0.3.2
1 parent 65e113a commit c61307c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Seonbi changelog
44
Version 0.3.2
55
-------------
66

7-
To be released.
7+
Released on August 11, 2022.
88

99
- HTTP API now allows any headers from cross-origin. (Previously, it allowed
1010
only `Content-Type`.)

scripts/deno/mod.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,18 @@ export type DownloadUrls = Record<
137137
const STABLE_DOWNLOAD_URLS: DownloadUrls = {
138138
linux: {
139139
x86_64:
140-
"https://github.com/dahlia/seonbi/releases/download/0.3.1/seonbi-0.3.1.linux-x86_64.tar.bz2",
140+
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.linux-x86_64.tar.bz2",
141141
aarch64: undefined,
142142
},
143143
darwin: {
144144
x86_64:
145-
"https://github.com/dahlia/seonbi/releases/download/0.3.1/seonbi-0.3.1.macos-x86_64.tar.bz2",
145+
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.macos-x86_64.tar.bz2",
146146
aarch64:
147-
"https://github.com/dahlia/seonbi/releases/download/0.3.1/seonbi-0.3.1.macos-arm64.tar.bz2",
147+
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.macos-arm64.tar.bz2",
148148
},
149149
windows: {
150150
x86_64:
151-
"https://github.com/dahlia/seonbi/releases/download/0.3.1/seonbi-0.3.1.win64.zip",
151+
"https://github.com/dahlia/seonbi/releases/download/0.3.2/seonbi-0.3.2.win64.zip",
152152
aarch64: undefined,
153153
},
154154
} as const;

0 commit comments

Comments
 (0)