Update version to 1.1

This commit is contained in:
Matt Green 2016-10-19 20:19:48 -04:00
parent 90d6659141
commit 8ed6ed60ea
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root] [root]
name = "watchexec" name = "watchexec"
version = "1.0.0" version = "1.1.0"
dependencies = [ dependencies = [
"clap 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "watchexec" name = "watchexec"
version = "1.0.0" version = "1.1.0"
authors = ["Matt Green <mattgreenrocks@gmail.com>"] authors = ["Matt Green <mattgreenrocks@gmail.com>"]
description = "Executes commands in response to file modifications" description = "Executes commands in response to file modifications"
documentation = "https://github.com/mattgreen/watchexec" documentation = "https://github.com/mattgreen/watchexec"