aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Edgecumbe <git@esotericnonsense.com>2019-10-29 01:38:36 +0100
committerDaniel Edgecumbe <git@esotericnonsense.com>2019-10-29 01:38:36 +0100
commit0a050914a76dafa4887b1ce0bcda8a575b906045 (patch)
treef68a966d9b093722c7c289468d010ee29e68f665
parent708fcae11419e732dc8dfdc2b6d498068da27a88 (diff)
botfair 0.3.1HEAD0.3.1master
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4c29d51..110bcd5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -61,7 +61,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "botfair"
-version = "0.3.99"
+version = "0.3.1"
dependencies = [
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e79f2bc..0a0cc1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "botfair"
-version = "0.3.99"
+version = "0.3.1"
description = "rust bindings for Betfair's SportsAPING"
keywords = ["betfair", "jsonrpc", "aping", "sports", "betting"]
repository = "https://git.esotericnonsense.com/pub/botfair.git"
diff --git a/README.md b/README.md
index 8be6d74..f14e400 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# `botfair` 0.3.99
+# `botfair` 0.3.1
The `botfair` crate provides Rust bindings for the Betfair SportsAPING.
diff --git a/src/lib.rs b/src/lib.rs
index fe93e73..f414820 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with botfair. If not, see <http://www.gnu.org/licenses/>.
-//! # `botfair` 0.3.99
+//! # `botfair` 0.3.1
//!
//! The `botfair` crate provides Rust bindings for the Betfair SportsAPING.
//! Login and keep-alive are handled automatically by the BFClient.