File tree 4 files changed +14
-8
lines changed
4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
Seonbi changelog
2
2
================
3
3
4
+ Version 0.5.0
5
+ -------------
6
+
7
+ To be released.
8
+
9
+
4
10
Version 0.4.0
5
11
-------------
6
12
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.3.6 " ,
2
+ "version" : " 0.4.0 " ,
3
3
"description" : " SmartyPants for Korean language" ,
4
4
"homepage" : " https://github.com/dahlia/seonbi" ,
5
5
"license" : " LGPL-2.1" ,
6
6
"architecture" : {
7
7
"64bit" : {
8
- "url" : " https://github.com/dahlia/seonbi/releases/download/0.3.6 /seonbi-0.3.6 .win64.zip" ,
9
- "hash" : " f9e2d994b8498885526db4cb74df7356b9b5111be14c22aecea9c19cd8475c31 "
8
+ "url" : " https://github.com/dahlia/seonbi/releases/download/0.4.0 /seonbi-0.4.0 .win64.zip" ,
9
+ "hash" : " 6ce7b938e178407d37fd70971760667f7ffbd226310f5e963113f7fa2400106f "
10
10
}
11
11
},
12
12
"bin" : [" seonbi.exe" , " seonbi-api.exe" ],
Original file line number Diff line number Diff line change 1
1
name : seonbi
2
- version : 0.4 .0
2
+ version : 0.5 .0
3
3
synopsis : SmartyPants for Korean language
4
4
category : Text
5
5
author :
Hong Minhee <[email protected] >
Original file line number Diff line number Diff line change @@ -142,18 +142,18 @@ export type DownloadUrls = Partial<
142
142
const STABLE_DOWNLOAD_URLS : DownloadUrls = {
143
143
linux : {
144
144
x86_64 :
145
- "https://github.com/dahlia/seonbi/releases/download/0.4 .0/seonbi-0.4 .0.linux-x86_64.tar.bz2" ,
145
+ "https://github.com/dahlia/seonbi/releases/download/0.5 .0/seonbi-0.5 .0.linux-x86_64.tar.bz2" ,
146
146
aarch64 : undefined ,
147
147
} ,
148
148
darwin : {
149
149
x86_64 :
150
- "https://github.com/dahlia/seonbi/releases/download/0.4 .0/seonbi-0.4 .0.macos-x86_64.tar.bz2" ,
150
+ "https://github.com/dahlia/seonbi/releases/download/0.5 .0/seonbi-0.5 .0.macos-x86_64.tar.bz2" ,
151
151
aarch64 :
152
- "https://github.com/dahlia/seonbi/releases/download/0.4 .0/seonbi-0.4 .0.macos-arm64.tar.bz2" ,
152
+ "https://github.com/dahlia/seonbi/releases/download/0.5 .0/seonbi-0.5 .0.macos-arm64.tar.bz2" ,
153
153
} ,
154
154
windows : {
155
155
x86_64 :
156
- "https://github.com/dahlia/seonbi/releases/download/0.4 .0/seonbi-0.4 .0.win64.zip" ,
156
+ "https://github.com/dahlia/seonbi/releases/download/0.5 .0/seonbi-0.5 .0.win64.zip" ,
157
157
aarch64 : undefined ,
158
158
} ,
159
159
} as const ;
You can’t perform that action at this time.
0 commit comments