Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
witochandra committed Aug 15, 2020
1 parent 770895f commit 3f2cd69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ A dart package for parsing RSS and Atom feed.

### Features

- [x] RSS
- [x] RSS (0.9, 1.0, & 2.0)
- [x] Atom
- [x] Namespaces
- [x] Media RSS
- [x] Dublin Core
- [x] iTunes
- [x] Syndication

### Installing

Add this line into your `pubspec.yaml`
```
webfeed: ^0.5.2
webfeed: ^0.6.0
```

Import the package into your dart code using:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webfeed
version: 0.5.2
description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
version: 0.6.0
description: webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported.
homepage: https://github.com/witochandra/webfeed
environment:
sdk: ">=2.0.0 <3.0.0"
Expand Down

0 comments on commit 3f2cd69

Please sign in to comment.