Skip to content

Commit

Permalink
release-app
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jan 10, 2025
1 parent b4c8617 commit 67f09c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"


[workspace.package]
version = "0.2.25"
version = "0.2.26"
authors = ["louis030195 <[email protected]>"]
description = ""
repository = "https://github.com/mediar-ai/screenpipe"
Expand Down
2 changes: 1 addition & 1 deletion 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.23.7"
version = "0.23.8"
description = ""
authors = ["you"]
license = ""
Expand Down
2 changes: 2 additions & 0 deletions screenpipe-vision/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub mod core;
#[cfg(target_os = "windows")]
pub mod microsoft;
pub mod monitor;
#[cfg(target_os = "macos")]
pub mod run_ui_monitoring_macos;
pub mod tesseract;
pub mod utils;
Expand All @@ -15,5 +16,6 @@ pub use utils::OcrEngine;
pub mod capture_screenshot_by_window;
#[cfg(target_os = "windows")]
pub use microsoft::perform_ocr_windows;
#[cfg(target_os = "macos")]
pub use run_ui_monitoring_macos::run_ui;
pub use tesseract::perform_ocr_tesseract;

0 comments on commit 67f09c9

Please sign in to comment.