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