Skip to content

Commit

Permalink
🔖 bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoek committed Dec 16, 2022
1 parent 43698c4 commit aa8fe20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-to-curl",
"version": "0.5.2",
"version": "0.6.0",
"description": "Convert fetch HTTP request to curl",
"main": "lib/bundle.js",
"author": "Leonard Krause",
Expand Down
2 changes: 1 addition & 1 deletion playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var exports = {};
</script>
<script
src="https://unpkg.com/fetch-to-curl@0.5.1/lib/bundle.js"
src="https://unpkg.com/fetch-to-curl@0.6.0/lib/bundle.js"
crossorigin
></script>
<script>
Expand Down

0 comments on commit aa8fe20

Please sign in to comment.