Skip to content

Commit 01f40ae

Browse files
committed
Version bump
[ci skip]
1 parent 9bc94dd commit 01f40ae

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Seonbi changelog
22
================
33

4+
Version 0.5.0
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.4.0
511
-------------
612

bucket/seonbi.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.3.6",
2+
"version": "0.4.0",
33
"description": "SmartyPants for Korean language",
44
"homepage": "https://github.com/dahlia/seonbi",
55
"license": "LGPL-2.1",
66
"architecture": {
77
"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"
1010
}
1111
},
1212
"bin": ["seonbi.exe", "seonbi-api.exe"],

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: seonbi
2-
version: 0.4.0
2+
version: 0.5.0
33
synopsis: SmartyPants for Korean language
44
category: Text
55
author: Hong Minhee <[email protected]>

scripts/deno/mod.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,18 @@ export type DownloadUrls = Partial<
142142
const STABLE_DOWNLOAD_URLS: DownloadUrls = {
143143
linux: {
144144
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",
146146
aarch64: undefined,
147147
},
148148
darwin: {
149149
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",
151151
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",
153153
},
154154
windows: {
155155
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",
157157
aarch64: undefined,
158158
},
159159
} as const;

0 commit comments

Comments
 (0)