From 1b05dcfa7a27436e9f602464c6633ce3969444f8 Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Wed, 18 Oct 2023 11:02:08 -0400 Subject: [PATCH] chore: release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94dc407..798fc85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-openai", - "version": "0.2.2", + "version": "0.3.0", "description": "OpenAI API for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",