diff --git a/README.md b/README.md index 0374d8c..644f0d0 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ export default function AdminPage() { ### Using the REST API or TypeScript SDK (`bknd/client`) If you're not using a JavaScript environment, you can still access any endpoint using the REST API: ```bash -curl -XGET /api/data/ +curl -XGET /api/data/entity/ { "data": [ { "id": 1, ... }, diff --git a/app/package.json b/app/package.json index f617476..b3a7974 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "type": "module", "sideEffects": false, "bin": "./dist/cli/index.js", - "version": "0.9.0-rc.4", + "version": "0.9.0", "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": {