Skip to content

Commit 69c2f2e

Browse files
committed
bump version
1 parent 50222ad commit 69c2f2e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.1)
3+
### Added
4+
- Support `author` in RssFeed
25
## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.0)
36
### Added
47
- Support for dublin core namespace

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A dart package for parsing RSS and Atom feed. Supporting
1717

1818
Add this line into your `pubspec.yaml`
1919
```
20-
webfeed: ^0.4.0
20+
webfeed: ^0.4.1
2121
```
2222

2323
Import the package into your dart code using:
@@ -40,6 +40,7 @@ var atomFeed = new AtomFeed.parse(xmlString); // for parsing Atom feed
4040
feed.title
4141
feed.description
4242
feed.link
43+
feed.author
4344
feed.items
4445
feed.image
4546
feed.cloud

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webfeed
2-
version: 0.4.0
3-
description: webfeed is a dart package for parsing RSS and Atom feeds.
2+
version: 0.4.1
3+
description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
44
author: Wito Chandra <[email protected]>
55
homepage: https://github.com/witochandra/webfeed
66
environment:

0 commit comments

Comments
 (0)