Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
dahlia committed Sep 8, 2024
1 parent 9bc94dd commit 01f40ae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Seonbi changelog
================

Version 0.5.0
-------------

To be released.


Version 0.4.0
-------------

Expand Down
6 changes: 3 additions & 3 deletions bucket/seonbi.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.3.6",
"version": "0.4.0",
"description": "SmartyPants for Korean language",
"homepage": "https://github.com/dahlia/seonbi",
"license": "LGPL-2.1",
"architecture": {
"64bit": {
"url": "https://github.com/dahlia/seonbi/releases/download/0.3.6/seonbi-0.3.6.win64.zip",
"hash": "f9e2d994b8498885526db4cb74df7356b9b5111be14c22aecea9c19cd8475c31"
"url": "https://github.com/dahlia/seonbi/releases/download/0.4.0/seonbi-0.4.0.win64.zip",
"hash": "6ce7b938e178407d37fd70971760667f7ffbd226310f5e963113f7fa2400106f"
}
},
"bin": ["seonbi.exe", "seonbi-api.exe"],
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: seonbi
version: 0.4.0
version: 0.5.0
synopsis: SmartyPants for Korean language
category: Text
author: Hong Minhee <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions scripts/deno/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,18 @@ export type DownloadUrls = Partial<
const STABLE_DOWNLOAD_URLS: DownloadUrls = {
linux: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.4.0/seonbi-0.4.0.linux-x86_64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.5.0/seonbi-0.5.0.linux-x86_64.tar.bz2",
aarch64: undefined,
},
darwin: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.4.0/seonbi-0.4.0.macos-x86_64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.5.0/seonbi-0.5.0.macos-x86_64.tar.bz2",
aarch64:
"https://github.com/dahlia/seonbi/releases/download/0.4.0/seonbi-0.4.0.macos-arm64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.5.0/seonbi-0.5.0.macos-arm64.tar.bz2",
},
windows: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.4.0/seonbi-0.4.0.win64.zip",
"https://github.com/dahlia/seonbi/releases/download/0.5.0/seonbi-0.5.0.win64.zip",
aarch64: undefined,
},
} as const;
Expand Down

0 comments on commit 01f40ae

Please sign in to comment.