Skip to content

Commit e5f56e7

Browse files
committed
Version bump
1 parent 0e99943 commit e5f56e7

3 files changed

Lines changed: 4 additions & 4 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
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
name = "teracli"
77
readme = "README.md"
8-
version = "0.2.5"
8+
version = "0.3.0"
99

1010
[features]
1111
default = []

README_src.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ and a call such as `tera --template template.tera data.json` will produce:
3737
3838
<ul>
3939
<li><a href="http://example.org/alice">Alice
40-
Alice likes red green yellow
40+
Alice likes red green yellow
4141
</a></li>
4242
<li><a href="http://example.org/bob">Bob
43-
Bob likes orange
43+
Bob likes orange
4444
</a></li>
4545
4646
</ul>

0 commit comments

Comments
 (0)