summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErin Power <xampprocky@gmail.com>2020-05-30 16:17:09 +0200
committerErin Power <xampprocky@gmail.com>2020-05-30 16:17:09 +0200
commit4f9a2fef10cf1660b8d169e966b718173355bf8f (patch)
treeab16a456dc58c88c2e6a428810ab82e67d4b2369
parentdddeef24d2857253eba775826004aff633c29aa9 (diff)
Bump versionv0.3.2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md24
2 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a081b96..5c2e16c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.3.1"
+version = "0.3.2"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"
diff --git a/README.md b/README.md
index 2ee072a..5c82a9c 100644
--- a/README.md
+++ b/README.md
@@ -32,18 +32,18 @@ modules are available.
- [`search`] GitHub's search API.
- [`teams`] Teams
-[`models`]: https://docs.rs/octocrab/0.3.1/octocrab/models/index.html
-
-[`actions`]: https://docs.rs/octocrab/0.3.1/octocrab/actions/struct.ActionsHandler.html
-[`current`]: https://docs.rs/octocrab/0.3.1/octocrab/current/struct.CurrentAuthHandler.html
-[`gitignore`]: https://docs.rs/octocrab/0.3.1/octocrab/gitignore/struct.GitignoreHandler.html
-[`markdown`]: https://docs.rs/octocrab/0.3.1/octocrab/gitignore/struct.MarkdownHandler.html
-[`issues`]: https://docs.rs/octocrab/0.3.1/octocrab/issues/struct.IssueHandler.html
-[`pulls`]: https://docs.rs/octocrab/0.3.1/octocrab/pulls/struct.PullRequestHandler.html
-[`orgs`]: https://docs.rs/octocrab/0.3.1/octocrab/orgs/struct.OrgHandler.html
-[`repos`]: https://docs.rs/octocrab/0.3.1/octocrab/repos/struct.RepoHandler.html
-[`search`]: https://docs.rs/octocrab/0.3.1/octocrab/search/struct.SearchHandler.html
-[`teams`]: https://docs.rs/octocrab/0.3.1/octocrab/teams/struct.TeamHandler.html
+[`models`]: https://docs.rs/octocrab/0.3.2/octocrab/models/index.html
+
+[`actions`]: https://docs.rs/octocrab/0.3.2/octocrab/actions/struct.ActionsHandler.html
+[`current`]: https://docs.rs/octocrab/0.3.2/octocrab/current/struct.CurrentAuthHandler.html
+[`gitignore`]: https://docs.rs/octocrab/0.3.2/octocrab/gitignore/struct.GitignoreHandler.html
+[`markdown`]: https://docs.rs/octocrab/0.3.2/octocrab/gitignore/struct.MarkdownHandler.html
+[`issues`]: https://docs.rs/octocrab/0.3.2/octocrab/issues/struct.IssueHandler.html
+[`pulls`]: https://docs.rs/octocrab/0.3.2/octocrab/pulls/struct.PullRequestHandler.html
+[`orgs`]: https://docs.rs/octocrab/0.3.2/octocrab/orgs/struct.OrgHandler.html
+[`repos`]: https://docs.rs/octocrab/0.3.2/octocrab/repos/struct.RepoHandler.html
+[`search`]: https://docs.rs/octocrab/0.3.2/octocrab/search/struct.SearchHandler.html
+[`teams`]: https://docs.rs/octocrab/0.3.2/octocrab/teams/struct.TeamHandler.html
#### Getting a Pull Request
```rust