From 19c6895483cc71e9ef367f8a6a863af1e558ecb0 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 24 Apr 2023 12:44:26 -0700 Subject: [PATCH] v2.0.3 --- bump.json | 2 +- packages/sirv/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bump.json b/bump.json index 49e44b4..16feb58 100644 --- a/bump.json +++ b/bump.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "packages": [ "packages/sirv", "packages/sirv-cli" diff --git a/packages/sirv/package.json b/packages/sirv/package.json index 97a693f..8e0da3d 100644 --- a/packages/sirv/package.json +++ b/packages/sirv/package.json @@ -1,6 +1,6 @@ { "name": "sirv", - "version": "2.0.2", + "version": "2.0.3", "description": "The optimized & lightweight middleware for serving requests to static assets", "repository": "lukeed/sirv", "module": "build.mjs",