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]] [[package]]
name = "pkg6dev" name = "pkg6dev"
version = "0.0.1-placeholder" version = "0.1.0"
dependencies = [ dependencies = [
"clap", "clap",
"failure", "failure",

View file

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