Browse Source

Aargh

master
Dylan Baker 4 years ago
parent
commit
af2cc341c8
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml
  3. 1
    1
      src/main.rs

+ 1
- 1
Cargo.lock View File

62
 
62
 
63
 [[package]]
63
 [[package]]
64
 name = "casaubon"
64
 name = "casaubon"
65
-version = "0.3.1"
65
+version = "0.3.2"
66
 dependencies = [
66
 dependencies = [
67
  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
67
  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
68
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
68
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1
- 1
Cargo.toml View File

1
 [package]
1
 [package]
2
 name = "casaubon"
2
 name = "casaubon"
3
-version = "0.3.1"
3
+version = "0.3.2"
4
 authors = ["Dylan Baker"]
4
 authors = ["Dylan Baker"]
5
 description = "A feature-poor static site generator"
5
 description = "A feature-poor static site generator"
6
 license = "MIT"
6
 license = "MIT"

+ 1
- 1
src/main.rs View File

6
 
6
 
7
 fn main() {
7
 fn main() {
8
     let matches = App::new("casaubon")
8
     let matches = App::new("casaubon")
9
-        .version("0.2.0")
9
+        .version("0.3.2")
10
         .author("Dylan Baker")
10
         .author("Dylan Baker")
11
         .about("Highly opinionated static site generator")
11
         .about("Highly opinionated static site generator")
12
         .arg(
12
         .arg(

Loading…
Cancel
Save