Skip to content

Commit f36887f

Browse files
authored
Merge pull request #678 from dcSpark/nico/bump_0_9_13
bump 0.9.13
2 parents d402d76 + 4c33bd4 commit f36887f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/pr-ci-healchecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download side binaries
3838
env:
3939
ARCH: x86_64-unknown-linux-gnu
40-
SHINKAI_NODE_VERSION: v0.9.11
40+
SHINKAI_NODE_VERSION: v0.9.12
4141
OLLAMA_VERSION: v0.5.7
4242
run: |
4343
npx ts-node ./ci-scripts/download-side-binaries.ts

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: Download side binaries
215215
env:
216216
ARCH: ${{ matrix.arch }}
217-
SHINKAI_NODE_VERSION: v0.9.11
217+
SHINKAI_NODE_VERSION: v0.9.12
218218
OLLAMA_VERSION: v0.5.7
219219
run: |
220220
npx ts-node ./ci-scripts/download-side-binaries.ts

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Download side binaries
216216
env:
217217
ARCH: ${{ matrix.arch }}
218-
SHINKAI_NODE_VERSION: v0.9.11
218+
SHINKAI_NODE_VERSION: v0.9.12
219219
OLLAMA_VERSION: v0.5.7
220220
run: |
221221
npx ts-node ./ci-scripts/download-side-binaries.ts

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
4646
```
4747
ARCH="aarch64-apple-darwin" \
4848
OLLAMA_VERSION="v0.5.7" \
49-
SHINKAI_NODE_VERSION="v0.9.11" \
49+
SHINKAI_NODE_VERSION="v0.9.12" \
5050
npx ts-node ./ci-scripts/download-side-binaries.ts
5151
```
5252

5353
#### Linux
5454
```
5555
ARCH="x86_64-unknown-linux-gnu" \
5656
OLLAMA_VERSION="v0.5.7"\
57-
SHINKAI_NODE_VERSION="v0.9.11" \
57+
SHINKAI_NODE_VERSION="v0.9.12" \
5858
npx ts-node ./ci-scripts/download-side-binaries.ts
5959
```
6060

6161
#### Windows
6262
```
6363
$ENV:OLLAMA_VERSION="v0.5.7";
64-
$ENV:SHINKAI_NODE_VERSION="v0.9.11";
64+
$ENV:SHINKAI_NODE_VERSION="v0.9.12";
6565
$ENV:ARCH="x86_64-pc-windows-msvc";
6666
npx ts-node ./ci-scripts/download-side-binaries.ts
6767
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shinkai/source",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"license": "SEE LICENSE IN LICENSE",
55
"files": [
66
"LICENSE"

0 commit comments

Comments
 (0)