(fix): bump version

This commit is contained in:
Alois 2026-04-14 01:44:22 +02:00
commit cc7472b61c
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ This SDK starts a local HTTP callback server, verifies a challenge, and gives yo
## Install
```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

View file

@ -1,6 +1,6 @@
{
"name": "@tensamin/tauth-sdk",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",