From 78a165ff631313e1e6c0ad61addaf96f643c8079 Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Sat, 10 Jun 2017 11:55:09 +0200 Subject: [PATCH] 0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1c1eda..bd92c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transitory", - "version": "0.5.1", + "version": "0.6.0", "description": "In-memory cache with LFU eviction, expiration, automatic loading and metrics", "license": "MIT", "repository": "aholstenson/transitory",