Skip to content

Commit

Permalink
Bump libraries version to 2.9.1-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Jul 18, 2022
1 parent 16c8233 commit 9925e2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 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 @@ -9,11 +9,11 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.9.1",
"version": "2.9.1-p1",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.github.asus4.tflite": "2.9.1",
"com.github.asus4.tflite.common": "2.9.1"
"com.github.asus4.tflite": "2.9.1-p1",
"com.github.asus4.tflite.common": "2.9.1-p1"
}
}
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,10 +9,10 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.9.1",
"version": "2.9.1-p1",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.github.asus4.tflite": "2.9.1"
"com.github.asus4.tflite": "2.9.1-p1"
}
}
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": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.9.1",
"version": "2.9.1-p1",
"type": "library",
"hideInEditor": false
}
15 changes: 3 additions & 12 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.9.1",
"com.github.asus4.tflite.common": "2.9.1"
"com.github.asus4.tflite": "2.9.1-p1",
"com.github.asus4.tflite.common": "2.9.1-p1"
}
},
"com.github.asus4.texture-source": {
Expand All @@ -34,7 +34,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.github.asus4.tflite": "2.9.1"
"com.github.asus4.tflite": "2.9.1-p1"
}
},
"com.unity.2d.sprite": {
Expand All @@ -50,15 +50,6 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.15",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
"version": "1.2.5",
"depth": 0,
Expand Down

0 comments on commit 9925e2d

Please sign in to comment.