Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Jan 23, 2024
1 parent b327a66 commit 4d30e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors = ["Per Johansson <mail@perjohansson.net>"]
homepage = "https://doom.fish"
edition = "2021"
rust-version = "1.75"
version = "0.2.3"
version = "0.2.4"
keywords = ["screencapture", "screencapturekit", "macos"]
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion screencapturekit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ci = []
path = "./src/lib.rs"

[dependencies]
screencapturekit-sys = { version = "0.2.3", path = "../screencapturekit-sys" }
screencapturekit-sys = { version = "0.2.4", path = "../screencapturekit-sys" }

0 comments on commit 4d30e2f

Please sign in to comment.