Skip to content

Commit dc29d1a

Browse files
authored
Merge pull request #893 from dcSpark/nico/bump_107
Nico/bump 107
2 parents 5c470aa + 31cd8b1 commit dc29d1a

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Download side binaries
4242
env:
4343
ARCH: x86_64-unknown-linux-gnu
44-
SHINKAI_NODE_VERSION: v1.0.2
44+
SHINKAI_NODE_VERSION: v1.0.3
4545
OLLAMA_VERSION: v0.6.8
4646
run: |
4747
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: v1.0.2
217+
SHINKAI_NODE_VERSION: v1.0.3
218218
OLLAMA_VERSION: v0.6.8
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: v1.0.2
218+
SHINKAI_NODE_VERSION: v1.0.3
219219
OLLAMA_VERSION: v0.6.8
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
@@ -44,22 +44,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
4444
```
4545
ARCH="aarch64-apple-darwin" \
4646
OLLAMA_VERSION="v0.6.8" \
47-
SHINKAI_NODE_VERSION="v1.0.2" \
47+
SHINKAI_NODE_VERSION="v1.0.3" \
4848
npx ts-node ./ci-scripts/download-side-binaries.ts
4949
```
5050

5151
#### Linux
5252
```
5353
ARCH="x86_64-unknown-linux-gnu" \
5454
OLLAMA_VERSION="v0.6.8" \
55-
SHINKAI_NODE_VERSION="v1.0.2" \
55+
SHINKAI_NODE_VERSION="v1.0.3" \
5656
npx ts-node ./ci-scripts/download-side-binaries.ts
5757
```
5858

5959
#### Windows
6060
```
6161
$ENV:OLLAMA_VERSION="v0.6.8";
62-
$ENV:SHINKAI_NODE_VERSION="v1.0.2";
62+
$ENV:SHINKAI_NODE_VERSION="v1.0.3";
6363
$ENV:ARCH="x86_64-pc-windows-msvc";
6464
npx ts-node ./ci-scripts/download-side-binaries.ts
6565
```

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

0 commit comments

Comments
 (0)