From 423f45f3b96ae0eed478940d5e083e753e2d603b Mon Sep 17 00:00:00 2001 From: Bryce Easley Date: Tue, 27 Apr 2021 14:40:45 -0500 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55dd9d6..da37994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cribl/docker-names", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76d4ec5..099d4fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.0.0", + "version": "1.0.1", "description": "Fork of docker names for javascript", "files": [ "lib/**/*"