M Cargo.lock => Cargo.lock +1 -1
@@ 2,4 2,4 @@
# It is not intended for manual editing.
[[package]]
name = "nanotemplate"
-version = "0.1.1-alpha.0"
+version = "0.2.0"
M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "nanotemplate"
-version = "0.1.1-alpha.0"
+version = "0.2.0"
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
edition = "2018"
description = "A minimal templating engine that renders a string from the template, replacing all instances of {placeholder} with given values"