Skip to content

Commit 193830a

Browse files
authored
Merge pull request #114 from dev-five-git/changepacks/main
Update Versions
2 parents 0cbb64d + 48cf781 commit 193830a

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.changepacks/changepack_log_AXqdTcoYTApTNKx3Ho4Nl.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/braillify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "braillify"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2024"
55
authors = ["JeongMin Oh <owjs39@gmail.com>"]
66
description = "Rust 기반 크로스플랫폼 한국어 점역 라이브러리"

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"text-to-braille",
1818
"wasm"
1919
],
20-
"version": "1.0.3",
20+
"version": "1.0.4",
2121
"scripts": {
2222
"build": "wasm-pack build --target bundler --out-dir ./pkg --out-name index",
2323
"test": "wasm-pack test --node"

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"Programming Language :: Python :: Implementation :: CPython",
1111
"Programming Language :: Python :: Implementation :: PyPy",
1212
]
13-
version = "1.0.4"
13+
version = "1.0.5"
1414
[tool.maturin]
1515
features = ["pyo3/extension-module"]
1616

0 commit comments

Comments
 (0)