Skip to content

Commit 33e1767

Browse files
authored
Merge pull request #932 from dcSpark/nico/bump_1010
bump node 1.0.10
2 parents 36f2d5c + 3967226 commit 33e1767

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
ARCH: x86_64-unknown-linux-gnu
4444
OLLAMA_VERSION: v0.7.1
45-
SHINKAI_NODE_VERSION: v1.0.9
45+
SHINKAI_NODE_VERSION: v1.0.10
4646
run: |
4747
npx ts-node ./ci-scripts/download-side-binaries.ts
4848

.github/workflows/release-dev.yml

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

.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: v1.0.9
218+
SHINKAI_NODE_VERSION: v1.0.10
219219
OLLAMA_VERSION: v0.7.1
220220
run: |
221221
npx ts-node ./ci-scripts/download-side-binaries.ts

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ git clone https://github.com/dcSpark/shinkai-apps
6161

6262
```
6363
ARCH="aarch64-apple-darwin" \
64-
SHINKAI_NODE_VERSION="v1.0.9" \
64+
SHINKAI_NODE_VERSION="v1.0.10" \
6565
OLLAMA_VERSION="v0.7.1" \
6666
npx ts-node ./ci-scripts/download-side-binaries.ts
6767
```
@@ -71,7 +71,7 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
7171
```
7272
ARCH="x86_64-unknown-linux-gnu" \
7373
OLLAMA_VERSION="v0.7.1" \
74-
SHINKAI_NODE_VERSION="v1.0.9" \
74+
SHINKAI_NODE_VERSION="v1.0.10" \
7575
npx ts-node ./ci-scripts/download-side-binaries.ts
7676
```
7777

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": "1.0.14",
3+
"version": "1.0.15",
44
"license": "SEE LICENSE IN LICENSE",
55
"files": [
66
"LICENSE"

0 commit comments

Comments
 (0)