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