From 9aa18965ff17b228ec71efd4a4f1644c46ec7f20 Mon Sep 17 00:00:00 2001 From: Aaron Bushnell Date: Sat, 13 Apr 2024 11:13:31 -0400 Subject: [PATCH] Update addon name --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9c968cf..626a7be 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "extra": { "statamic": { - "name": "Orbit Statamic", + "name": "Orbit", "description": "Orbit Statamic addon" }, "laravel": { @@ -17,7 +17,7 @@ ] } }, - "version": "1.0.6", + "version": "1.0.7", "require": { "php": "^8.1", "statamic/cms": "^4.0"