From badea12b7f51638fe2ea1c44816f75cb95ff45dc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 15 Jun 2022 23:36:52 +0200 Subject: [PATCH] 1.0.2 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3144de9..ec97832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartbuffer", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartbuffer", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@gitzone/tsbuild": "^2.1.25", diff --git a/package.json b/package.json index 8cd654f..e52b69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartbuffer", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "handle ArrayBufferLike structures", "main": "dist_ts/index.js", @@ -37,4 +37,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}