summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-05 19:01:43 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-05 19:01:43 +0300
commit97ff2c22292d9f65f43d0eeef0b34dd920eca3e6 (patch)
tree7557c8929078f55370ac227e3ed2824685dbccd2 /Cargo.toml
parentb5b01de659bd76af4801480f59c260cbcba93fc9 (diff)
Bump version to 0.1.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 57066d9..b4d6291 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.1.0"
+version = "0.1.1"
[dependencies]
libc = "0.2"