From 71f4cfcc2c1e8798c2d634d4167156812e02432b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=A3=E7=B6=BA=E5=87=9B?= Date: Tue, 18 Jan 2022 00:50:51 +0800 Subject: [PATCH] chore: add description for v1 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96029ff..6ff0049 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Make [telegraf](https://github.com/telegraf/telegraf) (a telegram bot framework) You can use [cfworker-telegraf-template](https://github.com/Tsuk1ko/cfworker-telegraf-template) directly. +> v1 only support telegraf v3. If you want to use telegraf v4, please upgrade to v2. + ## Installation ```bash diff --git a/package.json b/package.json index 8dd26b2..69450fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cfworker-middware-telegraf", - "version": "1.0.0", + "version": "1.0.1", "description": "Make telegraf (a telegram bot framework) useable in Cloudflare Workers", "main": "index.js", "repository": "https://github.com/Tsuk1ko/cfworker-middware-telegraf",