From 2540c83382910dbb8fc72a645bb9da98e6c047fe Mon Sep 17 00:00:00 2001 From: dswbx Date: Wed, 1 Oct 2025 09:06:04 +0200 Subject: [PATCH] chore: bump version to 0.18.0 in package.json --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index a4c0ff3..9486c50 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "type": "module", "sideEffects": false, "bin": "./dist/cli/index.js", - "version": "0.18.0-rc.11", + "version": "0.18.0", "description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.", "homepage": "https://bknd.io", "repository": {