From 10f82463585332d0fae859d8ed26d4bb4d0f3ac3 Mon Sep 17 00:00:00 2001 From: Simon Leier Date: Wed, 26 Feb 2020 02:16:00 +0100 Subject: [PATCH] v1.4.1+1 --- hive/CHANGELOG.md | 5 +++++ hive/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index d7c049ecf..fce661486 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.1+1 + +### Other +- Added docs to all public members + # 1.4.1 ### Enhancements diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index c123a4978..92dc396eb 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256. -version: 1.4.1 +version: 1.4.1+1 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/