Skip to content

Commit

Permalink
chore: correct package license and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Oct 8, 2024
1 parent c07c35f commit 47013c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2-upload-action",
"version": "1.3.3",
"version": "1.3.4",
"description": "GitHub Action to upload files to a Cloudflare R2 bucket",
"main": "dist/index.js",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/ryand56/r2-upload-action.git"
},
"author": "ryand56",
"license": "MIT",
"license": "(MIT or 0BSD)",
"bugs": {
"url": "https://github.com/ryand56/r2-upload-action/issues"
},
Expand Down

0 comments on commit 47013c9

Please sign in to comment.