Skip to content

Commit

Permalink
fix: #183
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 25, 2024
1 parent b297663 commit c753674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"


[workspace.package]
version = "0.1.66"
version = "0.1.67"
authors = ["louis030195 <hi@louis030195.com>"]
description = ""
repository = "https://github.com/mediar-ai/screenpipe"
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.1.62"
version = "0.1.63"
description = ""
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

# Cross-platform screen capture
xcap = "0.0.12" # This is the latest version as of now
xcap = "0.0.13" # This is the latest version as of now

# threadpool
threadpool = "1.8.1"
Expand Down

0 comments on commit c753674

Please sign in to comment.