From 459654aa3ffda64d7149f1486fc7473158c7d3a1 Mon Sep 17 00:00:00 2001 From: mkieres Date: Thu, 14 Jun 2018 17:19:09 +1000 Subject: [PATCH] Adding changelog entry and bumping version --- device_calendar/CHANGELOG.md | 4 ++++ device_calendar/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/device_calendar/CHANGELOG.md b/device_calendar/CHANGELOG.md index 7a6fc969..d99b1154 100644 --- a/device_calendar/CHANGELOG.md +++ b/device_calendar/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.5 - 14th June 2018 + +* [Android] Fixing an issue with retrieval events by id + ## 0.0.4 - 12th June 2018 * Reordering changelog diff --git a/device_calendar/pubspec.yaml b/device_calendar/pubspec.yaml index 4943f66d..4de4ca57 100644 --- a/device_calendar/pubspec.yaml +++ b/device_calendar/pubspec.yaml @@ -1,6 +1,6 @@ name: device_calendar description: A cross platform plugin for modifying calendars on the user's device. -version: 0.0.4 +version: 0.0.5 author: Built to Roam homepage: https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar