From 9afef8bd5ba6246dd3bb7951d4c6c624b1217ed9 Mon Sep 17 00:00:00 2001 From: Koki Ibukuro Date: Mon, 28 Jul 2025 11:13:27 +0200 Subject: [PATCH] Bump to `2.19.0-p2` --- 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 5f2b5814..7b7a1daa 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-p1", + "version": "2.19.0-p2", "hideInEditor": false, "dependencies": { - "com.github.asus4.tflite": "2.19.0-p1", - "com.github.asus4.tflite.common": "2.19.0-p1" + "com.github.asus4.tflite": "2.19.0-p2", + "com.github.asus4.tflite.common": "2.19.0-p2" }, "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 d2540a4a..49906f7f 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-p1", + "version": "2.19.0-p2", "hideInEditor": false, "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.19.0-p1" + "com.github.asus4.tflite": "2.19.0-p2" }, "repository": { "type": "git", diff --git a/Packages/com.github.asus4.tflite/package.json b/Packages/com.github.asus4.tflite/package.json index 940f6fd3..ffc809bd 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-p1", + "version": "2.19.0-p2", "hideInEditor": false, "repository": { "type": "git", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 56407804..c28175a0 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-p1", - "com.github.asus4.tflite.common": "2.19.0-p1" + "com.github.asus4.tflite": "2.19.0-p2", + "com.github.asus4.tflite.common": "2.19.0-p2" } }, "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-p1" + "com.github.asus4.tflite": "2.19.0-p2" } }, "com.unity.2d.sprite": { diff --git a/README.md b/README.md index b6e4e39c..02781a53 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-p1", + "com.github.asus4.tflite": "2.19.0-p2", // Optional: Utilities for TFLite - "com.github.asus4.tflite.common": "2.19.0-p1", + "com.github.asus4.tflite.common": "2.19.0-p2", // Optional: Utilities for MediaPipe - "com.github.asus4.mediapipe": "2.19.0-p1", + "com.github.asus4.mediapipe": "2.19.0-p2", // Optional: Async methods are available only when UniTask is installed "com.cysharp.unitask": "2.5.10", ...// other dependencies