diff --git a/Runtime/Voices/VoicesEndpoint.cs b/Runtime/Voices/VoicesEndpoint.cs index 916ce32..0705b14 100644 --- a/Runtime/Voices/VoicesEndpoint.cs +++ b/Runtime/Voices/VoicesEndpoint.cs @@ -10,6 +10,7 @@ using System.Threading.Tasks; using UnityEngine; using UnityEngine.Scripting; +using Utilities.Async; using Utilities.Audio; using Utilities.Encoding.OggVorbis; using Utilities.WebRequestRest; diff --git a/package.json b/package.json index 763ac81..00da2c9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "ElevenLabs", "description": "A non-official Eleven Labs voice synthesis RESTful client.", "keywords": [], - "version": "3.2.7", + "version": "3.2.8", "unity": "2021.3", "documentationUrl": "https://github.com/RageAgainstThePixel/com.rest.elevenlabs#documentation", "changelogUrl": "https://github.com/RageAgainstThePixel/com.rest.elevenlabs/releases",