Browse Source

Version bump to republish

master
Dylan Baker 4 years ago
parent
commit
2d5ffb2cbf
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

62
 
62
 
63
 [[package]]
63
 [[package]]
64
 name = "casaubon"
64
 name = "casaubon"
65
-version = "0.3.0"
65
+version = "0.3.1"
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.0"
3
+version = "0.3.1"
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"

Loading…
Cancel
Save