From 15e258155d7d400c4a18fd4b9fdbdf3ddfce45af Mon Sep 17 00:00:00 2001 From: Koki Ibukuro Date: Wed, 25 Jun 2025 14:58:59 +0200 Subject: [PATCH] Bump version "2.19.0-p1" --- Packages/com.github.asus4.mediapipe/package.json | 6 +++--- Packages/com.github.asus4.tflite.common/package.json | 4 ++-- Packages/com.github.asus4.tflite/package.json | 2 +- Packages/packages-lock.json | 6 +++--- README.md | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Packages/com.github.asus4.mediapipe/package.json b/Packages/com.github.asus4.mediapipe/package.json index d3bed4de..5f2b5814 100644 --- a/Packages/com.github.asus4.mediapipe/package.json +++ b/Packages/com.github.asus4.mediapipe/package.json @@ -10,11 +10,11 @@ "license": "Apache License 2.0", "unity": "2022.3", "unityRelease": "0f1", - "version": "2.19.0", + "version": "2.19.0-p1", "hideInEditor": false, "dependencies": { - "com.github.asus4.tflite": "2.19.0", - "com.github.asus4.tflite.common": "2.19.0" + "com.github.asus4.tflite": "2.19.0-p1", + "com.github.asus4.tflite.common": "2.19.0-p1" }, "documentationUrl": "https://github.com/asus4/tf-lite-unity-sample", "changelogUrl": "https://github.com/asus4/tf-lite-unity-sample/releases", diff --git a/Packages/com.github.asus4.tflite.common/package.json b/Packages/com.github.asus4.tflite.common/package.json index 8bbf453b..d2540a4a 100644 --- a/Packages/com.github.asus4.tflite.common/package.json +++ b/Packages/com.github.asus4.tflite.common/package.json @@ -9,11 +9,11 @@ "license": "Apache License 2.0", "unity": "2022.3", "unityRelease": "0f1", - "version": "2.19.0", + "version": "2.19.0-p1", "hideInEditor": false, "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.19.0" + "com.github.asus4.tflite": "2.19.0-p1" }, "repository": { "type": "git", diff --git a/Packages/com.github.asus4.tflite/package.json b/Packages/com.github.asus4.tflite/package.json index 4952ffb4..940f6fd3 100644 --- a/Packages/com.github.asus4.tflite/package.json +++ b/Packages/com.github.asus4.tflite/package.json @@ -9,7 +9,7 @@ "license": "Apache License 2.0", "unity": "2022.3", "unityRelease": "0f1", - "version": "2.19.0", + "version": "2.19.0-p1", "hideInEditor": false, "repository": { "type": "git", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index a69a72f9..56407804 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -12,8 +12,8 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.github.asus4.tflite": "2.19.0", - "com.github.asus4.tflite.common": "2.19.0" + "com.github.asus4.tflite": "2.19.0-p1", + "com.github.asus4.tflite.common": "2.19.0-p1" } }, "com.github.asus4.texture-source": { @@ -37,7 +37,7 @@ "source": "embedded", "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.19.0" + "com.github.asus4.tflite": "2.19.0-p1" } }, "com.unity.2d.sprite": { diff --git a/README.md b/README.md index c3525f69..b6e4e39c 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ Included prebuilt libraries: ], "dependencies": { // Core TensorFlow Lite libraries - "com.github.asus4.tflite": "2.19.0", + "com.github.asus4.tflite": "2.19.0-p1", // Optional: Utilities for TFLite - "com.github.asus4.tflite.common": "2.19.0", + "com.github.asus4.tflite.common": "2.19.0-p1", // Optional: Utilities for MediaPipe - "com.github.asus4.mediapipe": "2.19.0", + "com.github.asus4.mediapipe": "2.19.0-p1", // Optional: Async methods are available only when UniTask is installed "com.cysharp.unitask": "2.5.10", ...// other dependencies