Skip to content

Commit e79d18d

Browse files
com.openai.unity 8.8.9 (#441)
com.utilities.audio -> 3.0.3
1 parent a10e4eb commit e79d18d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/unity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
sparse-checkout: .github/
2424
- uses: RageAgainstThePixel/job-builder@v1

.github/workflows/upm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
contents: write
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- uses: RageAgainstThePixel/upm-release@v1

OpenAI/Packages/com.openai.unity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "OpenAI",
44
"description": "A OpenAI package for the Unity to use though their RESTful API.\n\nIndependently developed, this is not an official library and I am not affiliated with OpenAI.\n\nAn OpenAI API account is required.",
55
"keywords": [],
6-
"version": "8.8.8",
6+
"version": "8.8.9",
77
"unity": "2021.3",
88
"documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation",
99
"changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases",
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/StephenHodgson"
1818
},
1919
"dependencies": {
20-
"com.utilities.audio": "3.0.2",
20+
"com.utilities.audio": "3.0.3",
2121
"com.utilities.encoder.wav": "3.0.2",
2222
"com.utilities.rest": "5.1.1",
2323
"com.utilities.websockets": "2.0.0"

OpenAI/Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.rider": "3.0.38",
4-
"com.unity.ide.visualstudio": "2.0.25",
3+
"com.unity.ide.rider": "3.0.39",
4+
"com.unity.ide.visualstudio": "2.0.26",
55
"com.unity.inputsystem": "1.14.2",
66
"com.unity.mobile.android-logcat": "1.4.6",
77
"com.unity.textmeshpro": "3.0.9",
88
"com.unity.ugui": "1.0.0",
9-
"com.utilities.buildpipeline": "1.8.1"
9+
"com.utilities.buildpipeline": "1.8.2"
1010
},
1111
"scopedRegistries": [
1212
{
@@ -18,4 +18,4 @@
1818
]
1919
}
2020
]
21-
}
21+
}

0 commit comments

Comments
 (0)