Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jun 9, 2018
1 parent 83b2c3e commit 1fe065e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0.3",
"version": "1.1.0",
"author": "Bret Comnes",
"bugs": {
"url": "https://github.com/bcomnes/jsonfeed-to-rss/issues"
Expand Down
2 changes: 1 addition & 1 deletion snapshots/podcast-feed.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.0.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 1.1.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<itunes:type>episodic</itunes:type>
<itunes:owner>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/readme-feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You probably don't want to mix a blog feed with an iTunes feed.</description>
<language>en-us</language>
<copyright>© 2018 Bret Comnes</copyright>
<pubDate>Sat, 07 Apr 2018 22:06:43 GMT</pubDate>
<generator>jsonfeed-to-rss 1.0.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 1.1.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>https://bret.io/icon-512x512.png</url>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/snapshot.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.0.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"generator": "jsonfeed-to-rss 1.1.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"docs": "http://www.rssboard.org/rss-specification",
"image": {
"url": "https://bret.io/icon-512x512.png",
Expand Down
2 changes: 1 addition & 1 deletion snapshots/snapshot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<pubDate>Fri, 13 Apr 2018 22:06:43 GMT</pubDate>
<category>Sports &amp; Recreation</category>
<category>Outdoor</category>
<generator>jsonfeed-to-rss 1.0.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 1.1.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>https://bret.io/icon-512x512.png</url>
Expand Down

0 comments on commit 1fe065e

Please sign in to comment.