From 099f0bed88a1fe7229852f1a61059f33e3a3fbfa Mon Sep 17 00:00:00 2001 From: radex Date: Tue, 29 Aug 2023 09:23:46 +0200 Subject: [PATCH] v0.27.0-9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 698825a40..76c96e879 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nozbe/watermelondb", "description": "Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast", - "version": "0.27.0-8", + "version": "0.27.0-9", "scripts": { "up": "yarn", "build": "NODE_ENV=production node ./scripts/make.mjs",