Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Sep 11, 2023
1 parent 5599811 commit 12b2eeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"preview": "vite preview",
"tauri": "tauri"
},
"version": "0.1.2"
"version": "0.1.3"
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ edition = '2021'
license = 'MIT'
name = 'secops'
repository = 'https://github.com/kunalsin9h/secops'
version = '0.1.2'
version = '0.1.3'

[profile]
[profile.release]
Expand Down
5 changes: 1 addition & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Secops",
"version": "0.1.2"
"version": "0.1.3"
},
"tauri": {
"allowlist": {
Expand All @@ -25,9 +25,6 @@
},
"copyright": "Kunal Singh \u003ckunal@kunalsin9h.com\u003e",
"deb": {
"depends": [
"pkexec"
],
"files": {
"/usr/share/polkit-1/actions/com.ubuntu.pkexec.secops.policy": "../assets/deb/com.ubuntu.pkexec.secops.policy"
}
Expand Down

0 comments on commit 12b2eeb

Please sign in to comment.