summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-03-24 23:14:04 -0500
committerStuart Stock <stuart@int08h.com>2018-03-24 23:14:04 -0500
commit7638578e44cee3eaad011de511f546817906e9ea (patch)
treeeb287795295dcbb328a5421195b886ada46ff5e5
parented267f79b0bc070c5c63e5936db79e9d5aced30c (diff)
downloadroughenough-7638578e44cee3eaad011de511f546817906e9ea.zip
Release 1.0.2
-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 2132147..c992aea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.0.1"
+version = "1.0.2"
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 06a28ea..e281acc 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.1";
+pub const VERSION: &str = "1.0.2";
// Constants and magic numbers of the Roughtime protocol