From 19a4237791d4aec4132f6adc25b6f1869a1c07eb Mon Sep 17 00:00:00 2001 From: Albert Kaiser Date: Thu, 30 May 2024 12:48:15 +0200 Subject: [PATCH] add image for example --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cafc9a6..6eaea8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.1 +## 1.0.2 - Add image for example. diff --git a/README.md b/README.md index 6e19784..cfa6f92 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ void main() { } ``` -![example output](images/example.png) +![example output](https://raw.githubusercontent.com/akaiser/yaansi/main/images/example.png) ## Notes diff --git a/pubspec.yaml b/pubspec.yaml index 90ebe90..9665263 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: yaansi description: Yet another ANSI implementation! A utility package to color your terminal. repository: https://github.com/akaiser/yaansi -version: 1.0.1 +version: 1.0.2 environment: sdk: ^3.3.0