From 73319afc15c422b4a9c8daacea040e8b072927c2 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Tue, 27 Feb 2024 19:25:58 -0500 Subject: [PATCH] com.rest.huggingface 1.0.0-preview.17 (#16) --- HuggingFace/Packages/com.rest.huggingface/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HuggingFace/Packages/com.rest.huggingface/package.json b/HuggingFace/Packages/com.rest.huggingface/package.json index cef387c..4c9c247 100644 --- a/HuggingFace/Packages/com.rest.huggingface/package.json +++ b/HuggingFace/Packages/com.rest.huggingface/package.json @@ -3,7 +3,7 @@ "displayName": "HuggingFace", "description": "A Non-Official HuggingFace Rest Client for Unity (UPM)", "keywords": [], - "version": "1.0.0-preview.16", + "version": "1.0.0-preview.17", "unity": "2021.3", "documentationUrl": "https://github.com/RageAgainstThePixel/com.rest.huggingface#documentation", "changelogUrl": "https://github.com/RageAgainstThePixel/com.rest.huggingface/releases", @@ -20,7 +20,7 @@ "registry": "https://package.openupm.com" }, "dependencies": { - "com.utilities.rest": "2.5.2", + "com.utilities.rest": "2.5.3", "com.utilities.encoder.wav": "1.1.5", "com.utilities.encoder.ogg": "3.1.4" },