diff --git a/docs/guide.md b/docs/guide.md index ffc3c3c..f9b1977 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -42,7 +42,7 @@ Install the published extension: ```bash omp plugin install omp-telegram -omp plugin list # → omp-telegram@0.12.0 +omp plugin list # → omp-telegram@0.12.1 ``` There is no build step and no runtime dependency install. The extension uses diff --git a/package.json b/package.json index b2f33a2..cb77f51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omp-telegram", - "version": "0.12.0", + "version": "0.12.1", "description": "Standalone Telegram bridge, session topics, and herdr control plane for omp", "type": "module", "license": "MIT",