summaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-12-18 15:28:13 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-12-18 15:29:15 +0100
commit97c9bd81596e2dffa2ec97a45fdb448df9bf8c52 (patch)
tree3e2913ad332fa4df5545d44b363d1ec4568dd861 /guide
parent4c9346dce753e7fcefd543d2e91e59753c00f816 (diff)
Release 0.3.0.v0.3.0
Diffstat (limited to 'guide')
-rw-r--r--guide/Cargo.toml4
-rw-r--r--guide/src/chapter_00.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index ee0477db..416b5317 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sequoia-guide"
-version = "0.2.0"
+version = "0.3.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
@@ -9,5 +9,5 @@ authors = [
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.2.0" }
+sequoia-openpgp = { path = "../openpgp", version = "0.3.0" }
failure = "0.1.2"
diff --git a/guide/src/chapter_00.md b/guide/src/chapter_00.md
index 63eed991..3d440841 100644
--- a/guide/src/chapter_00.md
+++ b/guide/src/chapter_00.md
@@ -25,7 +25,7 @@ $ cd example
Now add Sequoia to the `[dependencies]` section in `Cargo.toml`:
```toml
-sequoia-openpgp = "0.2"
+sequoia-openpgp = "0.3"
```
If you want to use the bleeding edge, you can instead refer to the