a01d764b3034 — Floris Bruynooghe 0.4.0 7 years ago
Create 0.4
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock +1 -1
@@ 44,7 44,7 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "bright"
-version = "0.3.0"
+version = "0.4.0"
 dependencies = [
  "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

          
M Cargo.toml +1 -1
@@ 1,6 1,6 @@ 
 [package]
 name = "bright"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Floris Bruynooghe <flub@devork.be>"]
 
 [dependencies]