From 881862319a91e371361ee3c9b3ef7f81556f2364 Mon Sep 17 00:00:00 2001 From: Oceanity Date: Sat, 1 Jun 2024 16:56:20 -0400 Subject: [PATCH] Changed version (#18) --- package.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4536bba..7b3d9ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firebot-song-requests", "scriptOutputName": "oceanityFirebotIntegration", - "version": "1.0.0", + "version": "0.5.0", "description": "Adds Spotify Song Requests to Firebot", "main": "", "scripts": { diff --git a/src/main.ts b/src/main.ts index b858756..a7e5e18 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,7 +17,7 @@ const script: Firebot.CustomScript = { name: "Firebot Spotify Integrations", description: "Let your viewers determine your taste in music", author: "Oceanity", - version: "1.0", + version: "0.5.0", firebotVersion: "5", }; },