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