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