bump version (v1.0.0)

This commit is contained in:
2020-12-28 15:53:56 +01:00
parent 9dd803cbdf
commit 870f7fc1ea
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "audio-conv"
version = "0.0.0"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "audio-conv"
version = "0.0.0"
version = "1.0.0"
edition = "2018"
description = "Copies directory structure and converts audio files in it"
authors = ["Thomas Heck <t@b128.net>"]