Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Sep 16, 2022
1 parent 16b6962 commit 7379a25
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podcast/example",
"version": "2.0.0",
"version": "2.0.1",
"description": "Podcast RSS feed generator example",
"main": "index.ts",
"scripts": {
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcast",
"version": "2.0.0",
"version": "2.0.1",
"description": "Podcast RSS feed generator. A really simple API to add Podcast-RSS feeds to any project.",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 7379a25

Please sign in to comment.