summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-18 22:30:19 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-18 22:30:19 +0200
commitd1bfd8cf0c1db4a1d5d1dd8955496262b7e7d8ee (patch)
treee1b00a89e86a91ae7d938cf69f4419620fc71f57 /Cargo.toml
parent8b3aa5ab7b88059641c27f7ff2fcfcc0ec1aa4b2 (diff)
Set 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 0e6272e..febad41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.1.0"
+version = "0.1.1"
description = "A small rust library that print aligned and formatted tables"
repository = "https://github.com/phsym/prettytable-rs"
documentation = "http://phsym.github.io/prettytable-rs"