From 61eb3a71b4049bb6a5a7018e877dbb00e91c2ec1 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Wed, 4 Aug 2021 15:34:14 +0300 Subject: [PATCH] Version 1.0.1 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd56ff3..8ea26ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.1 + +- Improve description +- Improve pubspec: add github links +- Use formatting according to dartfmt + ## 1.0.0 - Initial version, created by Igor Kulikov diff --git a/pubspec.yaml b/pubspec.yaml index 2c2b43a..4210bb6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: thingsboard_client description: Dart implementation of ThingsBoard API client. Provides model objects and services to communicate with ThingsBoard platform using RESTful APIs and WebSocket protocol. -version: 1.0.0 +version: 1.0.1 homepage: https://thingsboard.io repository: https://github.com/thingsboard/dart_thingsboard_client.git issue_tracker: https://github.com/thingsboard/dart_thingsboard_client/issues