diff --git a/CHANGELOG.md b/CHANGELOG.md index 3378f0e..9a05310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 6.2.1 + +## What's Changed +* Update pubspec package description by @jama5262 in https://github.com/jama5262/jiffy/pull/240 + + +**Full Changelog**: https://github.com/jama5262/jiffy/compare/v6.2.0...v6.2.1 + # 6.2.0 ## What's Changed diff --git a/README.md b/README.md index 032aeee..17b724e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Publish to pub.dev](https://github.com/jama5262/jiffy/actions/workflows/publish.yml/badge.svg)](https://github.com/jama5262/jiffy/actions/workflows/publish.yml) [![codecov](https://codecov.io/gh/jama5262/jiffy/branch/master/graph/badge.svg?token=Z2EGVUGWTE)](https://codecov.io/gh/jama5262/jiffy) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Pub Version](https://img.shields.io/badge/pub.dev-v6.1.0-blue)](https://pub.dev/packages/jiffy/versions/6.1.0) +[![Pub Version](https://img.shields.io/badge/pub.dev-v6.2.1-blue)](https://pub.dev/packages/jiffy/versions/6.2.1) ![Platform](https://img.shields.io/badge/platform-flutter%7Cweb%7Cdart%20vm-orange) Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates and time diff --git a/pubspec.yaml b/pubspec.yaml index ef884f1..0461bff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jiffy description: Jiffy is a date time dart package for parsing, manipulating, querying and formatting dates and time -version: 6.2.0 +version: 6.2.1 homepage: https://github.com/jama5262/jiffy repository: https://github.com/jama5262/jiffy issue_tracker: https://github.com/jama5262/jiffy/issues