summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-07 18:02:15 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-07 18:02:15 +0300
commit89019f54a33c98311addd0d42bd6794eb3aa063e (patch)
treeb500d527e314e61c0908dd6db24bccc4b53eb5c0 /Cargo.toml
parent7195788dc89016ecccb0df25ea2d9435d1c77e5c (diff)
Bump version to 0.2.1
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 57fbd9b..dd9551d 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.0"
+version = "0.2.1"
[dependencies]
libc = "0.2"