From f3004253ea0f3c7a5e5394afc68095d33075a741 Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Tue, 28 Nov 2023 11:30:23 -0500 Subject: [PATCH] chore: release 0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4bc73c..d013810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-openai", - "version": "0.6.0", + "version": "0.6.1", "description": "OpenAI API for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",