Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggkovacs committed Jun 29, 2017
1 parent 2a01fae commit 297feec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RSS Finder [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverage-image]][coverage-url]
Version: **2.0.3**
Version: **2.0.4**

## Installation

Expand Down Expand Up @@ -32,7 +32,7 @@ rssFinder({
### Response
```js
{
site: {
site: {
title: 'The New York Times - Breaking News, World News & Multimedia',
favicon: 'http://static01.nyt.com/favicon.ico',
url: 'http://www.nytimes.com'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rss-finder",
"version": "2.0.3",
"version": "2.0.4",
"description": "Find rss feeds url",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 297feec

Please sign in to comment.