Skip to content

Commit

Permalink
Update package.json version to 1.0.1 and fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Oct 21, 2024
1 parent 502f4b3 commit a5629da
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": "indiepitcher",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Note: The IndiePitcher REST API and this SDK is not means to be used from your f
## Instalation

```
npm install resend
npm install indiepitcher
```

## Setup
Expand Down

0 comments on commit a5629da

Please sign in to comment.