From 13c703d20fbfac81a87f1d86a9888a79c0584da3 Mon Sep 17 00:00:00 2001 From: killerboss Date: Mon, 31 Jul 2023 13:28:57 +0200 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 3 +++ README.md | 3 ++- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a289218..27be4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.1 +- Fix readme + ## 1.1.0 - Changed `webhookclient.send() -> webhookclient.sendText()` - Add `webhookclient.send(String content, List> embeds)` diff --git a/README.md b/README.md index b9b53f5..ecd18e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # discord.dart -![https://img.shields.io/pub/v/tn_discord?color=red&logo=dart](https://github.com/ThunderNetworkRaD/discord.dart) +[![Pub](https://img.shields.io/pub/v/tn_discord?color=red&logo=dart)](https://github.com/ThunderNetworkRaD/discord.dart) + This package is work in progress. ## Webhooks diff --git a/pubspec.yaml b/pubspec.yaml index 039246c..3499b16 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tn_discord description: A powerful Dart library for interacting with the Discord API. -version: 1.1.0 +version: 1.1.1 repository: https://github.com/ThunderNetworkRaD/discord.dart