From fb3dbd343be152ab133f7628daeda2db55e6c4ce Mon Sep 17 00:00:00 2001 From: dswbx Date: Fri, 21 Feb 2025 08:18:13 +0100 Subject: [PATCH] bump fix release version to 0.8.1 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 235f5ed..002ae21 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "type": "module", "sideEffects": false, "bin": "./dist/cli/index.js", - "version": "0.8.0", + "version": "0.8.1", "description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, Remix, Astro, Cloudflare, Bun, Node, AWS Lambda & more.", "homepage": "https://bknd.io", "repository": {