Explorar el Código

bump version

master
Wito Chandra hace 6 años
padre
commit
3f2cd69eb5
Se han modificado 2 ficheros con 6 adiciones y 4 borrados
  1. +4
    -2
      README.md
  2. +2
    -2
      pubspec.yaml

+ 4
- 2
README.md Ver fichero

@@ -7,17 +7,19 @@ A dart package for parsing RSS and Atom feed.


### Features ### Features


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


### Installing ### Installing


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


Import the package into your dart code using: Import the package into your dart code using:


+ 2
- 2
pubspec.yaml Ver fichero

@@ -1,6 +1,6 @@
name: webfeed 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 homepage: https://github.com/witochandra/webfeed
environment: environment:
sdk: ">=2.0.0 <3.0.0" sdk: ">=2.0.0 <3.0.0"


Cargando…
Cancelar
Guardar