From 980444c4266ed95c7cf8540fa66ce02fd3a960d8 Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Fri, 6 Apr 2018 21:31:16 +0700 Subject: [PATCH] bump version --- README.md | 3 ++- pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f64935a..50f458f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # WebFeed [![Build Status](https://travis-ci.org/witochandra/webfeed.svg?branch=master)](https://travis-ci.org/witochandra/webfeed) +[![Pub](https://img.shields.io/pub/v/webfeed.svg)](https://pub.dartlang.org/packages/webfeed) A dart package for parsing RSS and Atom feed. @@ -14,7 +15,7 @@ A dart package for parsing RSS and Atom feed. Add this line into your `pubspec.yaml` ``` -webfeed: ^0.1.0 +webfeed: ^0.2.0 ``` Import the package into your dart code using: diff --git a/pubspec.yaml b/pubspec.yaml index dcecd3e..dcb5f59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: webfeed -version: 0.1.0 -description: A dart package for parsing web feed. +version: 0.2.0 +description: A dart package for parsing RSS and Atom feed. author: Wito Chandra homepage: https://github.com/witochandra/webfeed environment: