From 6ccd942c84a767fc31765a743f35e6a2eb8339d0 Mon Sep 17 00:00:00 2001 From: Nico Arqueros <1622112+nicarq@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:50:29 -0500 Subject: [PATCH] update --- .github/workflows/pr-ci-healchecks.yml | 2 +- .github/workflows/release-dev.yml | 2 +- .github/workflows/release-prod.yml | 2 +- README.md | 6 +++--- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 07cc55e82..c1f3b1273 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -38,7 +38,7 @@ jobs: - name: Download side binaries env: ARCH: x86_64-unknown-linux-gnu - SHINKAI_NODE_VERSION: v0.7.18 + SHINKAI_NODE_VERSION: v0.7.19 OLLAMA_VERSION: v0.1.48 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 91303f8c7..00aca59f1 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -197,7 +197,7 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.18 + SHINKAI_NODE_VERSION: v0.7.19 OLLAMA_VERSION: v0.1.48 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index de28adcbf..68a1e1f9a 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -195,7 +195,7 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.18 + SHINKAI_NODE_VERSION: v0.7.19 OLLAMA_VERSION: v0.1.48 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index 179553adc..caab9f0ba 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ git clone https://github.com/dcSpark/shinkai-apps ``` ARCH="aarch64-apple-darwin" \ OLLAMA_VERSION="v0.1.48" \ -SHINKAI_NODE_VERSION="v0.7.18" \ +SHINKAI_NODE_VERSION="v0.7.19" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` @@ -49,14 +49,14 @@ npx ts-node ./ci-scripts/download-side-binaries.ts ``` ARCH="x86_64-unknown-linux-gnu" \ OLLAMA_VERSION="v0.1.48"\ -SHINKAI_NODE_VERSION="v0.7.18" \ +SHINKAI_NODE_VERSION="v0.7.19" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Windows ``` $ENV:OLLAMA_VERSION="v0.1.48" -$ENV:SHINKAI_NODE_VERSION="v0.7.18" +$ENV:SHINKAI_NODE_VERSION="v0.7.19" $ENV:ARCH="x86_64-pc-windows-msvc" npx ts-node ./ci-scripts/download-side-binaries.ts ``` diff --git a/package.json b/package.json index 58b1b55a5..cc37aa272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shinkai/source", - "version": "0.7.20", + "version": "0.7.21", "license": "SEE LICENSE IN LICENSE", "files": [ "LICENSE"