Skip to content

Commit

Permalink
⬆️ Update dependencies and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pAkalpa committed Mar 8, 2024
1 parent 0d4e20b commit cd0b81f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions backend/Cargo.lock

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

6 changes: 3 additions & 3 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.0.1"
version = "0.1.0"
description = "A Semantic File Search Desktop Application"
authors = ["pAkalpa"]
license = ""
Expand All @@ -21,7 +21,7 @@ tauri = { version = "1.6.1", features = [ "updater", "system-tray", "fs-read-fil
which = "6.0.0"
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
once_cell = "1.19.0"
sysinfo = "0.30.6"
sysinfo = "0.30.7"
walkdir = "2.5.0"
fuzzy-matcher = "0.3.7"
rayon = "1.9.0"
Expand All @@ -32,7 +32,7 @@ tokio-macros = "2.2.0"
serde_bencode = "0.2.4"
zstd = "0.13.0"
lazy_static = "1.4.0"
open = "5.1.1"
open = "5.1.2"
thiserror = "1.0.57"

[features]
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "File Sense",
"version": "0.0.1"
"version": "0.1.0"
},
"tauri": {
"systemTray": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-sense",
"version": "0.0.1",
"version": "0.1.0",
"description": "A Semantic File Search Desktop Application",
"scripts": {
"postinstall": "node py-install.js && cd frontend && yarn",
Expand Down

0 comments on commit cd0b81f

Please sign in to comment.