diff --git a/lang/README.ja.md b/lang/README.ja.md index 42ac49c..faca227 100644 --- a/lang/README.ja.md +++ b/lang/README.ja.md @@ -334,14 +334,14 @@ task build:all `Makefile` のショートカット: -| コマンド | 説明 | -| -------------- | --------------------------------------- | -| `make install` | pnpm と UV の依存関係をインストール | -| `make run` | UV 経由で MeshChatX を実行 | -| `make build` | フロントエンドをビルド | -| `make lint` | eslint と ruff を実行 | -| `make test` | フロントエンドとバックエンドのテスト | -| `make clean` | ビルド成果物と node_modules を削除 | +| コマンド | 説明 | +| -------------- | ------------------------------------ | +| `make install` | pnpm と UV の依存関係をインストール | +| `make run` | UV 経由で MeshChatX を実行 | +| `make build` | フロントエンドをビルド | +| `make lint` | eslint と ruff を実行 | +| `make test` | フロントエンドとバックエンドのテスト | +| `make clean` | ビルド成果物と node_modules を削除 | ## バージョン管理 diff --git a/meshchatx/__init__.py b/meshchatx/__init__.py index c3179da..13ad5ea 100644 --- a/meshchatx/__init__.py +++ b/meshchatx/__init__.py @@ -3,4 +3,4 @@ """Reticulum MeshChatX - A mesh network communications app.""" # Synced from package.json via scripts/sync_version.js (also writes meshchatx/src/version.py). -__version__ = "4.6.3" \ No newline at end of file +__version__ = "4.6.3"