(fix): bump version
This commit is contained in:
parent
0e87a9df8b
commit
cc7472b61c
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ This SDK starts a local HTTP callback server, verifies a challenge, and gives yo
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun add https://git.methanium.net/tensamin/tauth-sdk/archive/0.0.2.tar.gz
|
bun add https://git.methanium.net/tensamin/tauth-sdk/archive/0.0.3.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
## Generate an app key pair
|
## Generate an app key pair
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tensamin/tauth-sdk",
|
"name": "@tensamin/tauth-sdk",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue