Skip to content

Commit a074253

Browse files
committed
update docs
1 parent a1dcdbd commit a074253

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These accounts serve as an interface for code running somewhere on your server.
88

99
#### Features
1010

11-
- Full [Telegram Bot API 4.7](https://core.telegram.org/bots/api) support
11+
- Full [Telegram Bot API 4.8](https://core.telegram.org/bots/api) support
1212
- [Telegram Payment Platform](https://telegram.org/blog/payments)
1313
- [HTML5 Games](https://core.telegram.org/bots/api#games)
1414
- [Inline mode](https://core.telegram.org/bots/api#inline-mode)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-promise": "^4.0.0",
5454
"eslint-plugin-standard": "^4.0.0",
5555
"husky": "^4.2.0",
56-
"prettier": "2.0.4",
56+
"prettier": "^2.0.5",
5757
"typescript": "^3.0.1"
5858
},
5959
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Telegraf](docs/header.png)
2-
[![Bot API Version](https://img.shields.io/badge/Bot%20API-v4.7-f36caf.svg?style=flat-square)](https://core.telegram.org/bots/api)
2+
[![Bot API Version](https://img.shields.io/badge/Bot%20API-v4.8-f36caf.svg?style=flat-square)](https://core.telegram.org/bots/api)
33
[![NPM Version](https://img.shields.io/npm/v/telegraf.svg?style=flat-square)](https://www.npmjs.com/package/telegraf)
44
[![node](https://img.shields.io/node/v/telegraf.svg?style=flat-square)](https://www.npmjs.com/package/telegraf)
55
[![Build Status](https://img.shields.io/travis/telegraf/telegraf.svg?branch=master&style=flat-square)](https://travis-ci.org/telegraf/telegraf)
@@ -14,7 +14,7 @@ These accounts serve as an interface for code running somewhere on your server.
1414

1515
### Features
1616

17-
- Full [Telegram Bot API 4.7](https://core.telegram.org/bots/api) support
17+
- Full [Telegram Bot API 4.8](https://core.telegram.org/bots/api) support
1818
- [Telegram Payment Platform](https://telegram.org/blog/payments)
1919
- [HTML5 Games](https://core.telegram.org/bots/api#games)
2020
- [Inline mode](https://core.telegram.org/bots/api#inline-mode)

0 commit comments

Comments
 (0)