summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2015-05-03 04:01:42 +0000
committerDavid Cuddeback <david.cuddeback@gmail.com>2015-05-02 21:11:27 -0700
commit76648ef8b8956eb26d0d8d0e151607b22fa6f68f (patch)
tree84335a906b94ab722514463a5beb72ff271daf8f
parentf5715d59f03ce89b41e28b9e93d7581a4b8a6fc2 (diff)
downloadtermios-rs-76648ef8b8956eb26d0d8d0e151607b22fa6f68f.zip
bumps version to 0.1.0
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7f2c65..0d26b35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "termios"
-version = "0.0.5"
+version = "0.1.0"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Safe bindings for the termios library."
license = "MIT"
diff --git a/README.md b/README.md
index 25debf6..585659f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add `termios` as a dependency in `Cargo.toml`:
```toml
[dependencies]
-termios = "0.0.5"
+termios = "0.1.0"
```
Import the `termios` crate and any symbols needed from `termios`. You may also need