Skip to content

Commit ef04c18

Browse files
committed
bump version
1 parent f417682 commit ef04c18

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
2-
## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.1)
2+
## [0.4.2](https://pub.dartlang.org/packages/webfeed/versions/0.4.2)
3+
### Fixed
4+
- Bad import in `rss_content.dart` & `rss_source.dart`
5+
## [0.4.1](https://pub.dartlang.org/packages/webfeed/versions/0.4.1)
36
### Added
47
- Support `author` in RssFeed
58
## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.0)

README.md

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

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

2323
Import the package into your dart code using:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: webfeed
2-
version: 0.4.1
2+
version: 0.4.2
33
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

0 commit comments

Comments
 (0)