Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 19, 2020
1 parent 552ea3c commit bb4419b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsonfeed-to-rss",
"description": "Convert a JSON feed to an rss feed",
"version": "1.1.1",
"version": "2.0.0",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
"bugs": {
"url": "https://github.com/bcomnes/jsonfeed-to-rss/issues"
Expand Down
2 changes: 1 addition & 1 deletion snapshots/extended-feed-rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Sports & Recreation",
"Outdoor"
],
"generator": "jsonfeed-to-rss 1.1.1 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"generator": "jsonfeed-to-rss 2.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"docs": "http://www.rssboard.org/rss-specification",
"image": {
"url": "https://jsonfeed-to-rss.netlify.com/icon-512x512.png",
Expand Down
2 changes: 1 addition & 1 deletion snapshots/extended-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If there is more than one paragraph, it gets truncated in some contexts.</descri
<pubDate>Fri, 13 Apr 2018 22:06:43 GMT</pubDate>
<category>Sports &amp; Recreation</category>
<category>Outdoor</category>
<generator>jsonfeed-to-rss 1.1.1 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 2.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>https://jsonfeed-to-rss.netlify.com/icon-512x512.png</url>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/podcast-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<pubDate>Fri, 08 Jun 2018 11:00:01 GMT</pubDate>
<category>Technology</category>
<category>Software How-To</category>
<generator>jsonfeed-to-rss 1.1.1 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 2.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<itunes:summary>A simple summary that describes the podcast. It can have a few sentences.

Expand Down
2 changes: 1 addition & 1 deletion snapshots/podcast-no-itunes-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<language>en-us</language>
<copyright>漏 2020 </copyright>
<pubDate>Fri, 08 Jun 2018 11:00:01 GMT</pubDate>
<generator>jsonfeed-to-rss 1.1.1 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 2.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>Learn Me Something eSports</title>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/readme-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If there is more than one paragraph, it gets truncated in some contexts.</descri
<pubDate>Sat, 07 Apr 2018 20:48:02 GMT</pubDate>
<category>Sports &amp; Recreation</category>
<category>Outdoor</category>
<generator>jsonfeed-to-rss 1.1.1 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 2.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>https://jsonfeed-to-rss.netlify.com/icon-512x512.png</url>
Expand Down

0 comments on commit bb4419b

Please sign in to comment.