Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changepacks/changepack_log_bApG02r6sPAbu7ootjtw0.json

This file was deleted.

2 changes: 1 addition & 1 deletion libs/braillify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braillify"
version = "2.0.1"
version = "2.1.0"
edition.workspace = true
rust-version.workspace = true
authors = ["JeongMin Oh <owjs39@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet/Braillify/Braillify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- NuGet Package 설정 -->
<PackageId>Braillify</PackageId>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<Authors>DevFive</Authors>
<Description>한국어 점자 변환 CLI 도구</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet/BraillifyNet/BraillifyNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<PackageId>BraillifyNet</PackageId>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<Authors>DevFive</Authors>
<Description>Rust 기반 크로스플랫폼 한국어 점역 라이브러리 .NET 바인딩</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braillify",
"version": "2.0.1",
"version": "2.1.0",
"author": "devfive",
"repository": "https://github.com/dev-five-git/braillify",
"main": "./pkg/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
version = "2.0.1"
version = "2.1.0"
[tool.maturin]
features = ["pyo3/extension-module"]

Expand Down