From d17fb1867daebd4b6076c4dce8df5ba9e4e33919 Mon Sep 17 00:00:00 2001 From: Fabian Zills Date: Mon, 30 Sep 2024 19:07:46 +0200 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5faba61..ebc1ca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "znsocket", - "version": "0.0.2", + "version": "0.0.3", "description": "JS interface for the python znsocket package", "main": "js/index.js", "type": "module",