From c2e25c25b6d4d4a14085a40b1c9aa96a60067fda Mon Sep 17 00:00:00 2001 From: matthiaaas <33065597+matthiaaas@users.noreply.github.com> Date: Mon, 29 May 2023 17:09:31 +0200 Subject: [PATCH] chore: increment version to v3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa5f5fc..d1dc647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-file-routing", - "version": "3.0.1", + "version": "3.0.2", "description": "Simple file-based routing for Express", "author": "Matthias Halfmann", "repository": "matthiaaas/express-file-routing",