Skip to content

Commit 87a3771

Browse files
author
changepacks
committed
Update Versions
1 parent 445162a commit 87a3771

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.changepacks/changepack_log_VRcLe14lUWVJJSCa2fSWL.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.11"
3+
version = "2.0.0"
44
edition = "2024"
55
authors = ["JeongMin Oh <owjs39@gmail.com>"]
66
description = "Rust 기반 크로스플랫폼 한국어 점역 라이브러리"

packages/dotnet/Braillify/Braillify.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- NuGet Package 설정 -->
1414
<PackageId>Braillify</PackageId>
15-
<Version>1.0.0</Version>
15+
<Version>2.0.0</Version>
1616
<Authors>DevFive</Authors>
1717
<Description>한국어 점자 변환 CLI 도구</Description>
1818
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

packages/dotnet/BraillifyNet/BraillifyNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77

88
<PackageId>BraillifyNet</PackageId>
9-
<Version>1.0.0</Version>
9+
<Version>2.0.0</Version>
1010
<Authors>DevFive</Authors>
1111
<Description>Rust 기반 크로스플랫폼 한국어 점역 라이브러리 .NET 바인딩</Description>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

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.10",
20+
"version": "2.0.0",
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.11"
13+
version = "2.0.0"
1414
[tool.maturin]
1515
features = ["pyo3/extension-module"]
1616

0 commit comments

Comments
 (0)