From db8b241475b6f4f43b9421b32e778d3db5bd699c Mon Sep 17 00:00:00 2001 From: Nico Arqueros <1622112+nicarq@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:08:24 -0500 Subject: [PATCH] bump --- .github/workflows/pr-ci-healchecks.yml | 2 +- .github/workflows/release-dev.yml | 2 +- .github/workflows/release-prod.yml | 2 +- README.md | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 9e1eceb2c..2535cae87 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.10 + SHINKAI_NODE_VERSION: v0.7.11 OLLAMA_VERSION: v0.1.42 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 c134fb772..129151ea0 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.10 + SHINKAI_NODE_VERSION: v0.7.11 OLLAMA_VERSION: v0.1.42 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 529a0c626..6eee65dea 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.10 + SHINKAI_NODE_VERSION: v0.7.11 OLLAMA_VERSION: v0.1.42 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index b5a2e57bd..764dabf83 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To get started first clone this repo: $ git clone https://github.com/dcSpark/shinkai-apps # Download side binaries. IE: -ARCH="aarch64-apple-darwin" OLLAMA_VERSION="v0.1.42" SHINKAI_NODE_VERSION="v0.7.10" npx ts-node ./ci-scripts/download-side-binaries.ts +ARCH="aarch64-apple-darwin" OLLAMA_VERSION="v0.1.42" SHINKAI_NODE_VERSION="v0.7.11" npx ts-node ./ci-scripts/download-side-binaries.ts ``` Once you have done that simply use `npm` to compile/serve it yourself: diff --git a/package.json b/package.json index f8d2474a6..095e75af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shinkai/source", - "version": "0.7.15", + "version": "0.7.16", "license": "SEE LICENSE IN LICENSE", "files": [ "LICENSE"