Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
witochandra committed Aug 11, 2020
1 parent ffb7b14 commit 5d180cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed
environment:
sdk: ">=2.0.0 <3.0.0"
Expand Down

0 comments on commit 5d180cc

Please sign in to comment.