Skip to content

Commit a97b9e2

Browse files
committed
Update README.md and set release to 1.0.9.
1 parent 5e6796e commit a97b9e2

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 1.0.9
4+
5+
* Correct README.md
6+
37
# 1.0.8
48

59
* Add support for Podcasting 2.0 `<podcast:medium>` tag

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# rss.dart
22

3-
This is a fork of https://github.com/sudame/dart-rss (which itself is a fork of https://github.com/witochandra/webfeed) :fork_and_knife: :fork_and_knife: that is updated for dart 3 and Flutter 3.10.
3+
This is a fork of https://github.com/sudame/dart-rss (which itself is a fork of https://github.com/witochandra/webfeed) :fork_and_knife: :fork_and_knife: that is updated for Dart 3.
44

5-
We publish this updated package under rss.dart.
5+
We publish this updated package under rss_dart.
66

77
A dart package for parsing RSS1.0 / RSS2.0 / Atom feed.
88

@@ -20,12 +20,12 @@ A dart package for parsing RSS1.0 / RSS2.0 / Atom feed.
2020

2121
Add this line into your `pubspec.yaml`
2222
```
23-
dart_rss: ^1.0.1
23+
rss_dart: ^1.0.8
2424
```
2525

2626
Import the package into your dart code using:
2727
```
28-
import 'package:dart_rss/dart_rss.dart';
28+
import 'package:rss_dart/dart_rss.dart';
2929
```
3030

3131
### Example
@@ -132,7 +132,7 @@ item.content
132132

133133
## License
134134

135-
Dart RSS is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
135+
rss_dart is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
136136

137137
## Thanks
138138

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rss_dart
2-
version: 1.0.8
2+
version: 1.0.9
33
description: rss_dart is a rss parser for RSS1.0/RSS2.0/Atom. This library is forked from webfeed https://github.com/witochandra/webfeed and dart_rss.
44
homepage: https://github.com/ubuntu-flutter-community/rss.dart
55

0 commit comments

Comments
 (0)