From 5350f4d828aa44319898b27ad258499d65f24024 Mon Sep 17 00:00:00 2001 From: adams85 <31276480+adams85@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:33:25 +0100 Subject: [PATCH] Updates package version (#77) --- 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 a48c576..264ceb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "configcat-common", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "configcat-common", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "tslib": "^2.4.1" diff --git a/package.json b/package.json index 28d4d76..5228add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-common", - "version": "7.0.0", + "version": "7.0.1", "description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", "main": "lib/index.js", "types": "lib/index.d.ts",