build(version): Update version to v1.1.0

pull/7/head v1.1.0
Hamothy 2 years ago committed by GitHub
parent 8a3928f0e7
commit c8d96bc435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
[package] [package]
name = "mdbook-template" name = "mdbook-template"
version = "1.0.0" version = "1.1.0"
edition = "2021" edition = "2021"
authors = ["Goudham Suresh <sgoudham@gmail.com>"] authors = ["Goudham Suresh <sgoudham@gmail.com>"]
description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments" description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments"
@ -27,4 +27,4 @@ anyhow = "1.0.57"
env_logger = "0.9.0" env_logger = "0.9.0"
log = "0.4.16" log = "0.4.16"
lazy_static = "1.4.0" lazy_static = "1.4.0"
fancy-regex = "0.10.0" fancy-regex = "0.10.0"

Loading…
Cancel
Save