From cea80245ab5c2079bfc71a99017618373dfae516 Mon Sep 17 00:00:00 2001 From: Nathaniel Blackburn Date: Thu, 5 Jul 2018 21:21:13 +0100 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a62ed83..224f8da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "micro-match", "description": "A simple url matching utility for micro.", - "version": "0.1.2", + "version": "0.2.0", "main": "source/index.js", "scripts": { "test": "./node_modules/.bin/jest",