From 0b9b2a18044253db035b046ec38ca64eef02a5a9 Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Tue, 17 Oct 2023 12:04:40 -0400 Subject: [PATCH] chore: release 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32c9cb5..b2ff982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-openai", - "version": "0.2.0", + "version": "0.2.1", "description": "OpenAI API for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",