Skip to content

Commit

Permalink
bump (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq authored Aug 5, 2024
1 parent 2ad9b33 commit d1ae176
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci-healchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Download side binaries
env:
ARCH: x86_64-unknown-linux-gnu
SHINKAI_NODE_VERSION: v0.7.26
SHINKAI_NODE_VERSION: v0.7.27
OLLAMA_VERSION: v0.3.1
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.7.26
SHINKAI_NODE_VERSION: v0.7.27
OLLAMA_VERSION: v0.3.1
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.7.26
SHINKAI_NODE_VERSION: v0.7.27
OLLAMA_VERSION: v0.3.1
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
```
ARCH="aarch64-apple-darwin" \
OLLAMA_VERSION="v0.3.1" \
SHINKAI_NODE_VERSION="v0.7.26" \
SHINKAI_NODE_VERSION="v0.7.27" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

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

#### Windows
```
$ENV:OLLAMA_VERSION="v0.3.1"
$ENV:SHINKAI_NODE_VERSION="v0.7.26"
$ENV:SHINKAI_NODE_VERSION="v0.7.27"
$ENV:ARCH="x86_64-pc-windows-msvc"
npx ts-node ./ci-scripts/download-side-binaries.ts
```
Expand Down
2 changes: 1 addition & 1 deletion apps/shinkai-desktop/src-tauri/dummy.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Shinkai Desktop" UpgradeCode="53d8c93d-f9f3-5929-89de-938ff9490072" Language="!(loc.TauriLanguage)" Manufacturer="shinkai" Version="0.7.26">
<Product Id="*" Name="Shinkai Desktop" UpgradeCode="53d8c93d-f9f3-5929-89de-938ff9490072" Language="!(loc.TauriLanguage)" Manufacturer="shinkai" Version="0.7.27">
<Package Id="*" Keywords="Installer" InstallerVersion="450" Languages="0" Compressed="yes" InstallScope="perMachine" SummaryCodepage="!(loc.TauriCodepage)"/>
</Product>
</Wix>

0 comments on commit d1ae176

Please sign in to comment.