We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f154a3 commit c575892Copy full SHA for c575892
README.md
@@ -15,7 +15,7 @@ A dart package for parsing RSS and Atom feed.
15
16
Add this line into your `pubspec.yaml`
17
```
18
-webfeed: ^0.2.1
+webfeed: ^0.2.3
19
20
21
Import the package into your dart code using:
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: webfeed
2
-version: 0.2.2
+version: 0.2.3
3
description: A dart package for parsing RSS and Atom feed.
4
author: Wito Chandra <[email protected]>
5
homepage: https://github.com/witochandra/webfeed
0 commit comments