Skip to content

Commit 052e6ee

Browse files
committed
ci: version bump
1 parent 5655d6b commit 052e6ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["chevdor <chevdor@gmail.com>"]
33
edition = "2018"
44
name = "tera-cli"
5-
version = "0.1.2"
5+
version = "0.1.3"
66
description = "A command line utility written in Rust to render templates from json|toml|yaml && ENV, using the tera templating engine"
77
readme = "README.md"
88
license = "MIT"

doc/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tera-cli 0.1.0
1+
tera-cli 0.1.3
22
chevdor <chevdor@gmail.com>
33
Command line utility for the tera templating engine. You need to provide a template using the tera
44
syntax as well as some data (various format are supported)

0 commit comments

Comments
 (0)