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

+ 1
- 1
Cargo.toml View File

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

+ 1
- 1
src/main.rs View File

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

Loading…
Cancel
Save