From e5d0f6914346d7429d957f45c0f3bd4052a13302 Mon Sep 17 00:00:00 2001 From: Gabriel Terwesten Date: Wed, 16 Mar 2022 14:02:09 +0100 Subject: [PATCH] docs: fix formatting --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee29d48..464345d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0+3 + +- docs: fix formatting + ## 2.1.0+2 - docs: add mention of `cbl` diff --git a/README.md b/README.md index 629adbd..5d86542 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ their [REST API][unsplash api]. --- -If you're looking for a database solution, check out +If you're looking for a **database solution**, check out [`cbl`](https://pub.dev/packages/cbl), another project of mine. It brings Couchbase Lite to **standalone Dart** and **Flutter**, with support for: diff --git a/pubspec.yaml b/pubspec.yaml index 47b368a..0a67876 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: unsplash_client description: Unsplash provides free high-resolution photos. This is a client for their REST API. -version: 2.1.0+2 +version: 2.1.0+3 repository: https://github.com/blaugold/unsplash_client issue_tracker: https://github.com/blaugold/unsplash_client/issues homepage: https://github.com/blaugold/unsplash_client