From 4ef12b92ca9357e7f28964b7efef1e95ed4429a5 Mon Sep 17 00:00:00 2001 From: Nico Arqueros Date: Mon, 2 Dec 2024 17:54:31 -0600 Subject: [PATCH 1/2] bump node --- .github/workflows/pr-ci-healchecks.yml | 4 ++-- .github/workflows/release-dev.yml | 4 ++-- .github/workflows/release-prod.yml | 4 ++-- README.md | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index c1482ae18..d7aa96052 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -37,8 +37,8 @@ jobs: - name: Download side binaries env: ARCH: x86_64-unknown-linux-gnu - SHINKAI_NODE_VERSION: v0.8.16 - OLLAMA_VERSION: v0.4.6 + SHINKAI_NODE_VERSION: v0.9.0 + OLLAMA_VERSION: v0.4.7 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 8fda37249..1285e7850 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -208,8 +208,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.8.16 - OLLAMA_VERSION: v0.4.6 + SHINKAI_NODE_VERSION: v0.9.0 + OLLAMA_VERSION: v0.4.7 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 fc57f4ed8..e6985aa57 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -206,8 +206,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.8.16 - OLLAMA_VERSION: v0.4.6 + SHINKAI_NODE_VERSION: v0.9.0 + OLLAMA_VERSION: v0.4.7 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index 9f8beb8db..1768e420f 100644 --- a/README.md +++ b/README.md @@ -45,23 +45,23 @@ $ git clone https://github.com/dcSpark/shinkai-apps #### Macos ``` ARCH="aarch64-apple-darwin" \ -OLLAMA_VERSION="v0.4.6" \ -SHINKAI_NODE_VERSION="v0.8.16" \ +OLLAMA_VERSION="v0.4.7" \ +SHINKAI_NODE_VERSION="v0.9.0" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Linux ``` ARCH="x86_64-unknown-linux-gnu" \ -OLLAMA_VERSION="v0.4.6"\ -SHINKAI_NODE_VERSION="v0.8.16" \ +OLLAMA_VERSION="v0.4.7"\ +SHINKAI_NODE_VERSION="v0.9.0" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Windows ``` -$ENV:OLLAMA_VERSION="v0.4.6" -$ENV:SHINKAI_NODE_VERSION="v0.8.16" +$ENV:OLLAMA_VERSION="v0.4.7" +$ENV:SHINKAI_NODE_VERSION="v0.9.0" $ENV:ARCH="x86_64-pc-windows-msvc" npx ts-node ./ci-scripts/download-side-binaries.ts ``` From fa81353ec880a0fe457b36566cac2b00f434b29e Mon Sep 17 00:00:00 2001 From: Nico Arqueros Date: Mon, 2 Dec 2024 17:55:35 -0600 Subject: [PATCH 2/2] bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bb3910c9..0b54bccf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shinkai/source", - "version": "0.9.0", + "version": "0.9.1", "license": "SEE LICENSE IN LICENSE", "files": [ "LICENSE"