From 6b7c323cafe22278ec20b23b708a490fa8a0fb69 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Thu, 31 Oct 2013 08:37:34 -0700 Subject: [PATCH] 0.2.0 release --- History.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6853e2b..9fed373 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 0.2.0 2013-10-31 + Better examples, version bump. + - 0.1.3 2013-10-31 Fixing unreleased connection in redis example. diff --git a/package.json b/package.json index f14bd84..ef3aa85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.1.3", + "version": "0.2.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {