From b159ba49958232027bcbc20e208d1913c447582d Mon Sep 17 00:00:00 2001 From: commenthol Date: Tue, 14 Sep 2021 04:58:54 +0200 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76b2454..0e5534c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "map-lru", - "version": "2.0.0-0", + "version": "2.0.0", "description": "\"Least Recently Used\" (LRU) cache compatible to ES6 Map", "keywords": [ "cache",