From cbe4696c6c8cafbee136cd5ccc84d27ff7c464e0 Mon Sep 17 00:00:00 2001 From: Sreelal TS Date: Wed, 26 Jun 2024 12:06:50 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Version=20and=20changelog=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c5fe43..60e643f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.19.4 + +- Minor README fix +- Fixes in documentation comments + # 1.19.3 - Changed return type of the `Transformer.transform` from diff --git a/pubspec.yaml b/pubspec.yaml index aa56c8bf..e40a7bc5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: televerse description: Televerse lets you create your own efficient Telegram bots with ease in Dart. Supports latest Telegram Bot API - 7.5! -version: 1.19.3 +version: 1.19.4 homepage: https://github.com/HeySreelal/televerse topics: - telegram