From c575892a10395ae31a72aa4110b1f8fcd2f6bf34 Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Sun, 2 Sep 2018 12:46:10 +0700 Subject: [PATCH] bump version --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae17589..938fda6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A dart package for parsing RSS and Atom feed. Add this line into your `pubspec.yaml` ``` -webfeed: ^0.2.1 +webfeed: ^0.2.3 ``` Import the package into your dart code using: diff --git a/pubspec.yaml b/pubspec.yaml index a4efca8..4dbf488 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: webfeed -version: 0.2.2 +version: 0.2.3 description: A dart package for parsing RSS and Atom feed. author: Wito Chandra homepage: https://github.com/witochandra/webfeed