Skip to content

Commit

Permalink
chore: bump shinkai-apps to 0.9.5 (#592)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.9.4

Co-Authored-By: Nicolas Arqueros <[email protected]>

* chore: bump version to 0.9.5

Co-Authored-By: Nicolas Arqueros <[email protected]>

* Update package.json

* chore: bump version to 0.9.5

Co-Authored-By: Nicolas Arqueros <[email protected]>

* Update package-lock.json

* updated node version in PR check

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Arqueros <[email protected]>
Co-authored-by: Alfredo Gallardo <[email protected]>
3 people authored Jan 9, 2025
1 parent b4b2270 commit 84ff564
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci-healchecks.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
- name: Download side binaries
env:
ARCH: x86_64-unknown-linux-gnu
SHINKAI_NODE_VERSION: v0.9.3
SHINKAI_NODE_VERSION: v0.9.5
OLLAMA_VERSION: v0.5.4
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
@@ -208,7 +208,7 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.9.3
SHINKAI_NODE_VERSION: v0.9.5
OLLAMA_VERSION: v0.5.4
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
@@ -206,7 +206,7 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.9.3
SHINKAI_NODE_VERSION: v0.9.5
OLLAMA_VERSION: v0.5.4
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -46,22 +46,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
```
ARCH="aarch64-apple-darwin" \
OLLAMA_VERSION="v0.5.4" \
SHINKAI_NODE_VERSION="v0.9.3" \
SHINKAI_NODE_VERSION="v0.9.5" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

#### Linux
```
ARCH="x86_64-unknown-linux-gnu" \
OLLAMA_VERSION="v0.5.4"\
SHINKAI_NODE_VERSION="v0.9.3" \
SHINKAI_NODE_VERSION="v0.9.5" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

#### Windows
```
$ENV:OLLAMA_VERSION="v0.5.4"
$ENV:SHINKAI_NODE_VERSION="v0.9.3"
$ENV:SHINKAI_NODE_VERSION="v0.9.5"
$ENV:ARCH="x86_64-pc-windows-msvc"
npx ts-node ./ci-scripts/download-side-binaries.ts
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinkai/source",
"version": "0.9.3",
"version": "0.9.4",
"license": "SEE LICENSE IN LICENSE",
"files": [
"LICENSE"

0 comments on commit 84ff564

Please sign in to comment.