From cc7472b61c36412257a4561d054242d6250a6d7f Mon Sep 17 00:00:00 2001 From: Alois Date: Tue, 14 Apr 2026 01:44:22 +0200 Subject: [PATCH] (fix): bump version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2425471..36fb848 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 44ed578..68ef575 100644 --- a/package.json +++ b/package.json @@ -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",