summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-08 15:18:46 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-08 15:18:46 +0300
commit4f4be27642c4a56fd725c104e98aca1a421fbbbc (patch)
tree34ec21ef63b1fe60fcf40bb737eb7034f24ad344 /Cargo.toml
parent6f17568b0bf6ad7b30aa0a67c816991ebdbe7ab4 (diff)
Bump version to 0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd9551d..98888cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ keywords = ["pager", "less", "more"]
license = "Apache-2.0/MIT"
homepage = "https://gitlab.com/imp/pager-rs"
name = "pager"
-version = "0.2.1"
+version = "0.2.2"
[dependencies]
libc = "0.2"