Skip to content

Commit

Permalink
DONE. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrupleslap committed Jun 25, 2017
1 parent e5b67f6 commit bc4e5da
Show file tree
Hide file tree
Showing 2 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
@@ -1,7 +1,7 @@
[package]
name = "scrap"
description = "Screen capture made easy."
version = "0.2.1"
version = "0.3.0"
repository = "https://github.com/quadrupleslap/scrap"
documentation = "https://docs.rs/scrap"
keywords = ["screen", "capture", "record"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Scrap records your screen! At least it does if you're on Windows, macOS, or Linu

```toml
[dependencies]
scrap = "0.2.1"
scrap = "0.3.0"
```

Its API is as simple as it gets!
Expand All @@ -31,7 +31,7 @@ impl Capturer {
impl Display {
/// The primary screen.
pub fn primary() -> io::Result<Display>;

/// All the screens.
pub fn all() -> io::Result<Vec<Display>>;

Expand Down

0 comments on commit bc4e5da

Please sign in to comment.