Skip to content

Commit

Permalink
v0.4.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf authored May 24, 2024
1 parent 917d2a3 commit d33a735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "om-syrinx"
version = "0.3.0"
version = "0.4.0"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ om-syrinxでは,入力全体を一度に処理するのではなく,順番
以下の3つの手順を実行してください.
- ライブラリ本体をインストールする:

`npm install github:discordjs-japan/om-syrinx#v0.3.0`を実行してください.
`npm install github:discordjs-japan/om-syrinx#v0.4.0`を実行してください.
- jpreprocess用の辞書をダウンロードする:

[jpreprocessのリリース](https://github.com/jpreprocess/jpreprocess/releases/v0.9.1)から[辞書 (`naist-jdic-jpreprocess.tar.gz`)](https://github.com/jpreprocess/jpreprocess/releases/download/v0.9.1/naist-jdic-jpreprocess.tar.gz) をダウンロードし,カレントディレクトリに解凍してください.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discordjs-japan/om-syrinx",
"version": "0.3.0",
"version": "0.4.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"napi": {
Expand Down

0 comments on commit d33a735

Please sign in to comment.