From 5d180cc1f573b6a3e0e4d8b7084998c652f5aac4 Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Wed, 12 Aug 2020 03:05:17 +0700 Subject: [PATCH] publish --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bf0f5..7eb4287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [0.5.0](https://pub.dartlang.org/packages/webfeed/versions/0.5.0) +## [0.5.1](https://pub.dartlang.org/packages/webfeed/versions/0.5.1) - Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19) - Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22) - Add created & modified into dublin core namespace [#27](https://github.com/witochandra/webfeed/pull/27) diff --git a/README.md b/README.md index 715442d..d24918b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A dart package for parsing RSS and Atom feed. Add this line into your `pubspec.yaml` ``` -webfeed: ^0.4.2 +webfeed: ^0.5.1 ``` Import the package into your dart code using: diff --git a/pubspec.yaml b/pubspec.yaml index 337dc53..58df0a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: webfeed -version: 0.5.0 +version: 0.5.1 description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported. -author: Wito Chandra homepage: https://github.com/witochandra/webfeed environment: sdk: ">=2.0.0 <3.0.0"