From 7169be8c89fb20319b42a454ea2ff171d9c49953 Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Thu, 15 Aug 2024 18:17:53 -0700 Subject: [PATCH] chore: Bump version number Signed-off-by: Felicitas Pojtinger --- ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/package.json b/ts/package.json index ffddd81..009ce2b 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@pojntfx/panrpc", - "version": "0.9.0", + "version": "0.9.2", "description": "Language-, transport- and serialization-agnostic RPC framework with remote closure support that allows exposing and calling functions on both clients and servers.", "source": "index.ts", "module": "dist/index.js",