Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
with:
node-version: "22"

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
run_install: false

- name: Get pnpm store directory
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "22"
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down Expand Up @@ -241,9 +241,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "22"
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down Expand Up @@ -323,9 +323,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "22"
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down
Empty file removed ci.trigger
Empty file.
6 changes: 3 additions & 3 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
homepage = "https://github.com/DefGuard/client"
license-file = "../LICENSE.md"
rust-version = "1.80"
version = "1.5.1"
version = "1.5.0"

[package]
name = "defguard-client"
Expand Down
1 change: 1 addition & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"productName": "defguard-client",
"mainBinaryName": "defguard-client",
"identifier": "net.defguard",
"version": "1.5.0",
"app": {
"security": {
"capabilities": [
Expand Down