From 126f4f6592b8f890df991791330f7750a2043b16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 04:57:15 +0000 Subject: [PATCH] (turbo-module): release next canary version (#25) ### Runtime Changes - [FIX] simple setup type error (#27) ### Core Changes - update install command in readme (#28) ### Credits @baked-dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48767a6..2139520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whopio/next-app-middleware", - "version": "0.0.1-canary.2", + "version": "0.0.1-canary.3", "private": true, "scripts": { "build": "turbo run build",