From 5490a3a6e040b678940b214d5f7ec158ef76e8e5 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Fri, 26 May 2017 18:13:54 +0300 Subject: [PATCH] doc: Update API version badge (#339) References: * PR: https://github.com/yagop/node-telegram-bot-api/pull/339 * PR-by: @kamikazechaser * API v3 progress tracker: https://github.com/yagop/node-telegram-bot-api/issues/332 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b4e3f..93ceb55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Node.js Telegram Bot API -[![Bot API](http://img.shields.io/badge/Bot%20API-v2.3.1-00aced.svg)](https://core.telegram.org/bots/api) +[![Bot API](http://img.shields.io/badge/Bot%20API-v3.0.0-00aced.svg)](https://core.telegram.org/bots/api) [![Build Status](https://travis-ci.org/yagop/node-telegram-bot-api.svg?branch=master)](https://travis-ci.org/yagop/node-telegram-bot-api) [![Build status](https://ci.appveyor.com/api/projects/status/ujko6bsum3g5msjh/branch/master?svg=true)](https://ci.appveyor.com/project/yagop/node-telegram-bot-api/branch/master) [![Coverage Status](https://coveralls.io/repos/yagop/node-telegram-bot-api/badge.svg?branch=master)](https://coveralls.io/r/yagop/node-telegram-bot-api?branch=master)