File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Seonbi changelog
4
4
Version 0.3.2
5
5
-------------
6
6
7
- To be released .
7
+ Released on August 11, 2022 .
8
8
9
9
- HTTP API now allows any headers from cross-origin. (Previously, it allowed
10
10
only ` Content-Type ` .)
Original file line number Diff line number Diff line change @@ -137,18 +137,18 @@ export type DownloadUrls = Record<
137
137
const STABLE_DOWNLOAD_URLS : DownloadUrls = {
138
138
linux : {
139
139
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" ,
141
141
aarch64 : undefined ,
142
142
} ,
143
143
darwin : {
144
144
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" ,
146
146
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" ,
148
148
} ,
149
149
windows : {
150
150
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" ,
152
152
aarch64 : undefined ,
153
153
} ,
154
154
} as const ;
You can’t perform that action at this time.
0 commit comments