From c3a5c1d886f70199a6a5dd5a1dc197773eea6ce7 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 3 Jun 2020 01:58:40 +0200 Subject: [PATCH] 1.0.1 --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2061ff..9ebf78d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "match-value", "description": "Utility for mapping values to other values or behaviour, a bit like a match statement", - "keywords": ["match", "switch", "case", "map", "mapping"], - "version": "1.0.0", + "keywords": [ + "match", + "switch", + "case", + "map", + "mapping" + ], + "version": "1.0.1", "main": "index.js", "repository": "http://git.cryto.net/joepie91/match-value.git", "author": "Sven Slootweg ",