Skip to content

Commit 1e815b1

Browse files
committed
Fix dependencies
1 parent 0cad2e2 commit 1e815b1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Assets/Mochineko/WhisperAPI/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mochineko.whisper-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "OpenAI Whisper API Client for Unity",
55
"description": "A client library of OpenAI Whisper API for Unity.",
66
"unity": "2022.3",
@@ -13,8 +13,6 @@
1313
"url": "git+ssh://[email protected]:mochi-neko/Whisper-API-unity.git"
1414
},
1515
"dependencies": {
16-
"com.mochineko.relent": "https://github.com/mochi-neko/Relent.git?path=/Assets/Mochineko/Relent#0.2.0",
17-
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
1816
"com.unity.logging": "1.0.11",
1917
"com.unity.burst": "1.8.7",
2018
"com.unity.nuget.newtonsoft-json": "3.2.1"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2023-07-12
11+
12+
### Fixed
13+
- Fix dependencies in `package.json`.
14+
1015
## [1.0.0] - 2023-07-03
1116

1217
### Added

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Add following dependencies to your `/Packages/manifest.json`.
1717
```json
1818
{
1919
"dependencies": {
20-
"com.mochineko.whisper-api": "https://github.com/mochi-neko/Whisper-API-unity.git?path=/Assets/Mochineko/WhisperAPI#1.0.0",
20+
"com.mochineko.whisper-api": "https://github.com/mochi-neko/Whisper-API-unity.git?path=/Assets/Mochineko/WhisperAPI#1.0.1",
21+
"com.mochineko.relent": "https://github.com/mochi-neko/Relent.git?path=/Assets/Mochineko/Relent#0.2.0",
22+
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
2123
...
2224
}
2325
}

0 commit comments

Comments
 (0)