From e04dbe4bfc145a3c20dcabe83cc4bc62ff1ec25d Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Fri, 29 Sep 2023 11:14:08 -0400 Subject: [PATCH] Version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84afe71..98b17c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@harvard-lil/js-wacz", - "version": "0.0.15", + "version": "0.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@harvard-lil/js-wacz", - "version": "0.0.15", + "version": "0.0.16", "license": "MIT", "dependencies": { "archiver": "^6.0.0", diff --git a/package.json b/package.json index 8391931..9ffc93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@harvard-lil/js-wacz", - "version": "0.0.15", + "version": "0.0.16", "description": "JavaScript module and CLI tool for working with web archive data using the WACZ format specification.", "main": "index.js", "type": "module",