From cc0c96129db718e8b675aae300994e25e9273c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Piotrowski?= Date: Sun, 17 Mar 2024 14:46:21 +0100 Subject: [PATCH] Release 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c68283b..9d6be36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agrona", - "version": "0.1.4", + "version": "0.1.5", "description": "TypeScript version of agrona DirectBuffer to use with Simple Binary Encoding", "main": "dist/index.js", "types": "dist/index.d.ts",