From 2e7a4d0a3c8760447e1e386ae1515cdeadf1c95a Mon Sep 17 00:00:00 2001 From: Daniel Rochetti Date: Sun, 24 Sep 2023 14:49:47 -0700 Subject: [PATCH] chore: release 0.2.1 --- libs/client/package.json | 2 +- libs/nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/client/package.json b/libs/client/package.json index 4de3d04..3d82c25 100644 --- a/libs/client/package.json +++ b/libs/client/package.json @@ -1,7 +1,7 @@ { "name": "@fal-ai/serverless-client", "description": "The fal serverless JS/TS client", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "repository": { "type": "git", diff --git a/libs/nextjs/package.json b/libs/nextjs/package.json index 42398ff..9e9323b 100644 --- a/libs/nextjs/package.json +++ b/libs/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@fal-ai/serverless-nextjs", "description": "The fal-serverless Next.js integration", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "repository": { "type": "git",