Skip to content

Commit

Permalink
Merge branch 'main' into febo/token-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Nov 19, 2023
2 parents a674a40 + 0719541 commit 7644e2d
Show file tree
Hide file tree
Showing 206 changed files with 26,632 additions and 4,465 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Getting Started

The packages below can be use to interact with Token Metadata program.
The packages below can be used to interact with Token Metadata program.

### TypeScript
```sh
Expand All @@ -36,7 +36,7 @@ cargo add mpl-token-metadata

From the root directory of the repository:

- Install the required packges:
- Install the required packages:
```sh
pnpm install
```
Expand All @@ -50,7 +50,7 @@ This will create the program binary at `<ROOT>/programs/.bin`

## Testing

Token Metadata includes two set of tests: BPF and TypeScript.
Token Metadata includes two sets of tests: BPF and TypeScript.

### BPF

Expand Down
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/mpl-token-metadata",
"version": "3.1.0",
"version": "3.1.1",
"description": "JavaScript client for Token Metadata",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
Loading

0 comments on commit 7644e2d

Please sign in to comment.