Skip to content

Commit

Permalink
Bump version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
johnschug committed Jun 14, 2018
1 parent 323324e commit d189baf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpgme"
version = "0.7.2"
version = "0.8.0"
authors = ["John Schug <john.ips.schug@gmail.com>"]
license = "LGPL-2.1"
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,7 @@ gpg-error = { version = "0.4", default-features = false }

[dependencies.gpgme-sys]
path = "gpgme-sys"
version = "0.7.0"
version = "0.8.0"
default-features = false

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
gpgme = "0.7"
gpgme = "0.8"
```

And this in your crate root:
Expand Down
2 changes: 1 addition & 1 deletion gpgme-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpgme-sys"
version = "0.7.0"
version = "0.8.0"
authors = ["John Schug <john.ips.schug@gmail.com>"]
license = "LGPL-2.1"
repository = "https://github.com/gpg-rs/gpgme/gpgme-sys"
Expand Down

0 comments on commit d189baf

Please sign in to comment.