Skip to content

Commit

Permalink
Merge pull request #360 from asus4/update-unity-version
Browse files Browse the repository at this point in the history
Update unity version
  • Loading branch information
asus4 committed May 10, 2024
2 parents 4398a82 + 5ecf57c commit f987411
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Packages/com.github.asus4.mediapipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.github.asus4.tflite.common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.github.asus4.tflite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -47,7 +47,7 @@
"dependencies": {}
},
"com.unity.burst": {
"version": "1.8.12",
"version": "1.8.13",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit f987411

Please sign in to comment.