Bump Version for release

This commit is contained in:
Till Wegmueller 2021-04-24 23:20:36 -03:00
parent a4b998d9d4
commit 52390f7303
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -417,7 +417,7 @@ version = "0.0.1-placeholder"
[[package]]
name = "pkg6dev"
version = "0.0.1-placeholder"
version = "0.1.0"
dependencies = [
"clap",
"failure",

View file

@ -1,11 +1,11 @@
[package]
name = "pkg6dev"
version = "0.0.1-placeholder"
version = "0.1.0"
authors = ["Till Wegmueller <till.wegmueller@openflowlabs.com>"]
edition = "2018"
license-file = "LICENSE"
description = "The repository server for IPS written in rust"
repository = "https://github.com/OpenFlowLabs/pkg6dev"
description = "Helper tool for IPS package development"
repository = "https://github.com/OpenFlowLabs/ips"
readme = "README.md"
keywords = ["packaging", "illumos"]