Skip to content

Commit 27b3be1

Browse files
authored
Merge pull request #1080 from dcSpark/fix/bump-1.1.8
Bump versions.
2 parents 204ee84 + b4b5f18 commit 27b3be1

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
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
env:
4242
ARCH: x86_64-unknown-linux-gnu
4343
OLLAMA_VERSION: v0.11.4
44-
SHINKAI_NODE_VERSION: v1.1.4
44+
SHINKAI_NODE_VERSION: v1.1.5
4545
run: |
4646
npx ts-node ./ci-scripts/download-side-binaries.ts
4747

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
env:
216216
ARCH: ${{ matrix.arch }}
217217
OLLAMA_VERSION: v0.11.4
218-
SHINKAI_NODE_VERSION: v1.1.4
218+
SHINKAI_NODE_VERSION: v1.1.5
219219
run: |
220220
npx ts-node ./ci-scripts/download-side-binaries.ts
221221

.github/workflows/release-prod.yml

Lines changed: 3 additions & 3 deletions
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.1.4
217+
SHINKAI_NODE_VERSION: v1.1.5
218218
OLLAMA_VERSION: v0.11.4
219219
run: |
220220
npx ts-node ./ci-scripts/download-side-binaries.ts
@@ -369,8 +369,8 @@ jobs:
369369
id: generate-updates-next-json
370370
env:
371371
JSON_PATH: files-to-r2/updates-next.json
372-
VERSION: ${{ needs.prebuild.outputs.version }}
373-
NOTES: Automatic update to ${{ needs.prebuild.outputs.version }}
372+
VERSION: ${{ needs.prebuild.outputs.version }}.${{ github.run_number }}
373+
NOTES: Automatic update to ${{ needs.prebuild.outputs.version }}.${{ github.run_number }}
374374
LINUX_x86_64_SIGNATURE: ${{ needs.release-shinkai-desktop.outputs.signature-x86_64-unknown-linux-gnu }}
375375
LINUX_x86_64_URL: ${{ needs.release-shinkai-desktop.outputs.update-url-x86_64-unknown-linux-gnu }}
376376
DARWIN_AARCH64_SIGNATURE: ${{ needs.release-shinkai-desktop.outputs.signature-aarch64-apple-darwin }}

README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Antes de ejecutar Shinkai, deberá descargar el binario de nodo Shinkai incrusta
142142

143143
```bash
144144
ARCH="aarch64-apple-darwin" \
145-
SHINKAI_NODE_VERSION="v1.1.4" \
145+
SHINKAI_NODE_VERSION="v1.1.5" \
146146
OLLAMA_VERSION="v0.11.4" \
147147
npx ts-node ./ci-scripts/download-side-binaries.ts
148148
```
@@ -152,15 +152,15 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
152152
```bash
153153
ARCH="x86_64-unknown-linux-gnu" \
154154
OLLAMA_VERSION="v0.11.4" \
155-
SHINKAI_NODE_VERSION="v1.1.4" \
155+
SHINKAI_NODE_VERSION="v1.1.5" \
156156
npx ts-node ./ci-scripts/download-side-binaries.ts
157157
```
158158

159159
** Windows: **
160160

161161
```powershell
162162
$ENV:OLLAMA_VERSION="v0.11.4"
163-
$ENV:SHINKAI_NODE_VERSION="v1.1.4"
163+
$ENV:SHINKAI_NODE_VERSION="v1.1.5"
164164
$ENV:ARCH="x86_64-pc-windows-msvc"
165165
npx ts-node ./ci-scripts/download-side-binaries.ts
166166
```

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Shinkaiを実行する前に、アプリケーションのコア機能を駆動
142142

143143
```bash
144144
ARCH="aarch64-apple-darwin" \
145-
SHINKAI_NODE_VERSION="v1.1.4" \
145+
SHINKAI_NODE_VERSION="v1.1.5" \
146146
OLLAMA_VERSION="v0.11.4" \
147147
npx ts-node ./ci-scripts/download-side-binaries.ts
148148
```
@@ -152,15 +152,15 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
152152
```bash
153153
ARCH="x86_64-unknown-linux-gnu" \
154154
OLLAMA_VERSION="v0.11.4" \
155-
SHINKAI_NODE_VERSION="v1.1.4" \
155+
SHINKAI_NODE_VERSION="v1.1.5" \
156156
npx ts-node ./ci-scripts/download-side-binaries.ts
157157
```
158158

159159
** Windows:**
160160

161161
```powershell
162162
$ENV:OLLAMA_VERSION="v0.11.4"
163-
$ENV:SHINKAI_NODE_VERSION="v1.1.4"
163+
$ENV:SHINKAI_NODE_VERSION="v1.1.5"
164164
$ENV:ARCH="x86_64-pc-windows-msvc"
165165
npx ts-node ./ci-scripts/download-side-binaries.ts
166166
```

README.ko.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Shinkai를 실행하기 전에 응용 프로그램의 핵심 기능에 전원을
142142

143143
```bash
144144
ARCH="aarch64-apple-darwin" \
145-
SHINKAI_NODE_VERSION="v1.1.4" \
145+
SHINKAI_NODE_VERSION="v1.1.5" \
146146
OLLAMA_VERSION="v0.11.4" \
147147
npx ts-node ./ci-scripts/download-side-binaries.ts
148148
```
@@ -152,15 +152,15 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
152152
```bash
153153
ARCH="x86_64-unknown-linux-gnu" \
154154
OLLAMA_VERSION="v0.11.4" \
155-
SHINKAI_NODE_VERSION="v1.1.4" \
155+
SHINKAI_NODE_VERSION="v1.1.5" \
156156
npx ts-node ./ci-scripts/download-side-binaries.ts
157157
```
158158

159159
** Windows : **
160160

161161
```powershell
162162
$ENV:OLLAMA_VERSION="v0.11.4"
163-
$ENV:SHINKAI_NODE_VERSION="v1.1.4"
163+
$ENV:SHINKAI_NODE_VERSION="v1.1.5"
164164
$ENV:ARCH="x86_64-pc-windows-msvc"
165165
npx ts-node ./ci-scripts/download-side-binaries.ts
166166
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Before running Shinkai, you'll need to download the embedded Shinkai Node binary
142142

143143
```bash
144144
ARCH="aarch64-apple-darwin" \
145-
SHINKAI_NODE_VERSION="v1.1.4" \
145+
SHINKAI_NODE_VERSION="v1.1.5" \
146146
OLLAMA_VERSION="v0.11.4" \
147147
npx ts-node ./ci-scripts/download-side-binaries.ts
148148
```
@@ -152,15 +152,15 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
152152
```bash
153153
ARCH="x86_64-unknown-linux-gnu" \
154154
OLLAMA_VERSION="v0.11.4" \
155-
SHINKAI_NODE_VERSION="v1.1.4" \
155+
SHINKAI_NODE_VERSION="v1.1.5" \
156156
npx ts-node ./ci-scripts/download-side-binaries.ts
157157
```
158158

159159
**Windows:**
160160

161161
```powershell
162162
$ENV:OLLAMA_VERSION="v0.11.4"
163-
$ENV:SHINKAI_NODE_VERSION="v1.1.4"
163+
$ENV:SHINKAI_NODE_VERSION="v1.1.5"
164164
$ENV:ARCH="x86_64-pc-windows-msvc"
165165
npx ts-node ./ci-scripts/download-side-binaries.ts
166166
```

README.zh-HK.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Before running Shinkai, you'll need to download the embedded Shinkai Node binary
142142

143143
```bash
144144
ARCH="aarch64-apple-darwin" \
145-
SHINKAI_NODE_VERSION="v1.1.4" \
145+
SHINKAI_NODE_VERSION="v1.1.5" \
146146
OLLAMA_VERSION="v0.11.4" \
147147
npx ts-node ./ci-scripts/download-side-binaries.ts
148148
```
@@ -152,15 +152,15 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
152152
```bash
153153
ARCH="x86_64-unknown-linux-gnu" \
154154
OLLAMA_VERSION="v0.11.4" \
155-
SHINKAI_NODE_VERSION="v1.1.4" \
155+
SHINKAI_NODE_VERSION="v1.1.5" \
156156
npx ts-node ./ci-scripts/download-side-binaries.ts
157157
```
158158

159159
**Windows:**
160160

161161
```powershell
162162
$ENV:OLLAMA_VERSION="v0.11.4"
163-
$ENV:SHINKAI_NODE_VERSION="v1.1.4"
163+
$ENV:SHINKAI_NODE_VERSION="v1.1.5"
164164
$ENV:ARCH="x86_64-pc-windows-msvc"
165165
npx ts-node ./ci-scripts/download-side-binaries.ts
166166
```

README.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ npm ci
142142

143143
```bash
144144
ARCH="aarch64-apple-darwin" \
145-
SHINKAI_NODE_VERSION="v1.1.4" \
145+
SHINKAI_NODE_VERSION="v1.1.5" \
146146
OLLAMA_VERSION="v0.11.4" \
147147
npx ts-node ./ci-scripts/download-side-binaries.ts
148148
```
@@ -152,15 +152,15 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
152152
```bash
153153
ARCH="x86_64-unknown-linux-gnu" \
154154
OLLAMA_VERSION="v0.11.4" \
155-
SHINKAI_NODE_VERSION="v1.1.4" \
155+
SHINKAI_NODE_VERSION="v1.1.5" \
156156
npx ts-node ./ci-scripts/download-side-binaries.ts
157157
```
158158

159159
**视窗:**
160160

161161
```powershell
162162
$ENV:OLLAMA_VERSION="v0.11.4"
163-
$ENV:SHINKAI_NODE_VERSION="v1.1.4"
163+
$ENV:SHINKAI_NODE_VERSION="v1.1.5"
164164
$ENV:ARCH="x86_64-pc-windows-msvc"
165165
npx ts-node ./ci-scripts/download-side-binaries.ts
166166
```

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

0 commit comments

Comments
 (0)