summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-11-25 17:45:25 +0100
committerPeltoche <dev@halium.fr>2018-11-25 17:45:25 +0100
commit7b8d552202538fd9b6851d5164512e446eb228b5 (patch)
treec5c6e75ed8f431c975fc47fbd7e1c3bd21c2f1b3
parent5027dfbfe1fd26f97484d117ef0639ee945ef3cf (diff)
Update the version into the Cargo.toml0.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c593bbb..975018d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license-file = "./LICENSE"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
-version = "0.1.0"
+version = "0.2.0"
[metadata.deb]
assets = [["target/release/lsd", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]]