Skip to content

Commit

Permalink
feat: ubuntu user image
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Singh <kunalsin9h@gmail.com>
  • Loading branch information
KunalSin9h committed Sep 7, 2023
1 parent 3702c2e commit 2da7b53
Show file tree
Hide file tree
Showing 4 changed files with 6 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.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ features = []
version = '1.4'

[dependencies]
image = "0.24.7"
image = '0.24.7'
open = '5.0.0'
serde_json = '1.0'

Expand Down Expand Up @@ -34,7 +34,7 @@ edition = '2021'
license = 'MIT'
name = 'secops'
repository = 'https://github.com/kunalsin9h/secops'
version = '0.0.2'
version = '0.0.3'

[profile]
[profile.release]
Expand Down
4 changes: 2 additions & 2 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.0.2"
"version": "0.0.3"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -55,4 +55,4 @@
}
]
}
}
}

0 comments on commit 2da7b53

Please sign in to comment.