From 76d0429ae9454610bc22b3f3346d151c65f07a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Tue, 21 Mar 2017 20:18:51 +0000 Subject: [PATCH] v3.5.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d640733..53a7e45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-cache-semantics", - "version": "3.4.0", - "description": "Parses Cache-Control headers and friends", + "version": "3.5.0", + "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", "main": "index.js", "repository": "https://github.com/pornel/http-cache-semantics.git", "scripts": { @@ -10,6 +10,6 @@ "author": "Kornel LesiƄski (https://kornel.ski/)", "license": "BSD-2-Clause", "devDependencies": { - "mocha": "^2.4.5" + "mocha": "^3.2.0" } }