소스 검색

bump version

master
Wito Chandra 8 년 전
부모
커밋
980444c426
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -1
      README.md
  2. +2
    -2
      pubspec.yaml

+ 2
- 1
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:


+ 2
- 2
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 <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed
environment:


불러오는 중...
취소
저장