From 2eb908aa113f7d2509579052de207f222bd6671f Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Thu, 26 Oct 2017 14:26:45 +0200 Subject: [PATCH] 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b35a82..44c4845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transitory", - "version": "1.1.0", + "version": "1.2.0", "description": "In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.", "license": "MIT", "repository": "aholstenson/transitory",