From af48fcd4f1354ee208fe8e415d5b903eaf67ab43 Mon Sep 17 00:00:00 2001 From: Rafael Pinheiro Date: Thu, 15 Dec 2022 09:04:09 -0300 Subject: [PATCH] Edit version on composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 72fb898..caf5c10 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "rafaelwendel/phpsupabase", "description" : "PHPSupabase is a library written in php language, which allows you to use the resources of a project created in Supabase (https://supabase.io), through integration with its Rest API.", "keywords": ["supabase", "php", "client"], - "version" : "0.0.3", + "version" : "0.0.4", "type": "library", "homepage": "https://github.com/rafaelwendel/phpsupabase", "license": "MIT",