From d3486e55c1c4d46595856907e1dc024589e15e2d Mon Sep 17 00:00:00 2001 From: Oleksandr Leuschenko Date: Tue, 19 Mar 2019 17:31:23 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea95b5..d22f521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.2 + +* Docuemntation added +* Dead code removed +* More unit tests + ## 1.0.1 * Add basic example diff --git a/pubspec.yaml b/pubspec.yaml index 2def9cc..3f36e9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: hashids2 -version: 1.0.1 +version: 1.0.2 authors: - Iwan Sapoetra - Olexandr Leuschenko