Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Jan 25, 2024
1 parent 78b3fad commit ee4d18e
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.4"
version = "0.2.5"
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.4", path = "../screencapturekit-sys" }
screencapturekit-sys = { version = "0.2.5", path = "../screencapturekit-sys" }

0 comments on commit ee4d18e

Please sign in to comment.