summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-03-28 21:39:20 -0500
committerStuart Stock <stuart@int08h.com>2018-03-28 21:39:20 -0500
commitab3b409c0dae80bc991d96c5c4502ea821840aac (patch)
treeb649734af34a04219fe52cf055496997883b20e7
parent0b8c965de2b0052f74be20aeb8ad103fe9b42211 (diff)
downloadroughenough-ab3b409c0dae80bc991d96c5c4502ea821840aac.zip
Version 1.0.3
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c992aea..391b3f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.0.2"
+version = "1.0.3"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
diff --git a/src/lib.rs b/src/lib.rs
index e281acc..94f38b2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -79,7 +79,7 @@ pub use tag::Tag;
pub use message::RtMessage;
/// Version of Roughenough
-pub const VERSION: &str = "1.0.2";
+pub const VERSION: &str = "1.0.3";
// Constants and magic numbers of the Roughtime protocol