Browse Source

v0.3.4

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
a853bef933
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Cargo.lock
  2. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.lock View File

@@ -420,7 +420,7 @@ dependencies = [

[[package]]
name = "gutenberg"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",


+ 1
- 1
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.3.3"
version = "0.3.4"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT"
readme = "README.md"


Loading…
Cancel
Save