From f3215821484a2ec8d6b5160f28ba4fe94e8c3530 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 01:32:32 +0000 Subject: [PATCH] (turbo-module): release next version (#46) ### Runtime Changes - Fix basePath handling (#48) ### Credits @baked-dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcf413a..9165f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whopio/next-app-middleware", - "version": "0.0.3", + "version": "0.0.4", "private": true, "scripts": { "build": "turbo run build",