Skip to content

Commit

Permalink
Merge pull request #107 from thenetrunna/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
thenetrunna authored Nov 15, 2024
2 parents ad53044 + 68f89d0 commit d9b9ac2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tauri_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: download llama.cpp
run: make setup

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "studio/rust-llama.cpp"]
path = studio/rust-llama.cpp
url = https://github.com/mdrokz/rust-llama.cpp
2 changes: 1 addition & 1 deletion app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Shog Studio",
"version": "1.0.2"
"version": "1.6.7"
},
"tauri": {
"allowlist": {
Expand Down
3 changes: 3 additions & 0 deletions makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion studio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct Args {
pub subcommand_arg: Option<String>,
}

const VERSION: &str = "1.0.2";
const VERSION: &str = "1.6.7";
const HUB_URL: &str = "https://hub.shog.ai";
const NODE_REFRESH_RATE: u64 = 100;

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.6.7

0 comments on commit d9b9ac2

Please sign in to comment.