From a75f83779eee7b530dfbf319d09aa6b75a7058d4 Mon Sep 17 00:00:00 2001 From: BolajiOlajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Mon, 27 Dec 2021 12:11:00 +0000 Subject: [PATCH] v3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eaa2da..eb3ff67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koii", - "version": "3.0.1", + "version": "3.1.0", "description": "Simple middleware to display routes in an express application", "main": "dist/index.js", "module": "dist/index.es.js",