From 89cb9259549d6d02f4a731dceb8bec36b22b2436 Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Thu, 15 Jun 2017 21:50:57 +0200 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3589431..f52cc4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transitory", - "version": "0.7.0", + "version": "1.0.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",