diff --git a/Packages/com.github.asus4.mediapipe/package.json b/Packages/com.github.asus4.mediapipe/package.json index bcedd61c8..57f8691f3 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.16.1", + "version": "2.16.1-p1", "hideInEditor": false, "dependencies": { - "com.github.asus4.tflite": "2.16.1", - "com.github.asus4.tflite.common": "2.16.1" + "com.github.asus4.tflite": "2.16.1-p1", + "com.github.asus4.tflite.common": "2.16.1-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 86f1e563a..2e7e87b08 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.16.1", + "version": "2.16.1-p1", "hideInEditor": false, "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.16.1" + "com.github.asus4.tflite": "2.16.1-p1" }, "repository": { "type": "git", diff --git a/Packages/com.github.asus4.tflite/package.json b/Packages/com.github.asus4.tflite/package.json index c7d9ce418..a9a5dfd19 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.16.1", + "version": "2.16.1-p1", "hideInEditor": false, "repository": { "type": "git", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 1ebc9e475..61bed69c6 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.16.1", - "com.github.asus4.tflite.common": "2.16.1" + "com.github.asus4.tflite": "2.16.1-p1", + "com.github.asus4.tflite.common": "2.16.1-p1" } }, "com.github.asus4.texture-source": { @@ -37,7 +37,7 @@ "source": "embedded", "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.16.1" + "com.github.asus4.tflite": "2.16.1-p1" } }, "com.unity.2d.sprite": { @@ -47,7 +47,7 @@ "dependencies": {} }, "com.unity.burst": { - "version": "1.8.12", + "version": "1.8.13", "depth": 1, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index c47c8be78..bc915f164 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.22f1 -m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44) +m_EditorVersion: 2022.3.24f1 +m_EditorVersionWithRevision: 2022.3.24f1 (334eb2a0b267) diff --git a/README.md b/README.md index 23e0dc53f..e23ac5765 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ Included prebuilt libraries: ], "dependencies": { // Core TensorFlow Lite libraries - "com.github.asus4.tflite": "2.16.1", + "com.github.asus4.tflite": "2.16.1-p1", // Utilities for TFLite - "com.github.asus4.tflite.common": "2.16.1", + "com.github.asus4.tflite.common": "2.16.1-p1", // Utilities for MediaPipe - "com.github.asus4.mediapipe": "2.16.1", + "com.github.asus4.mediapipe": "2.16.1-p1", ...// other dependencies } }