Bump version to 0.2.0-pre1
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
43139b2b4b
commit
872f377702
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -599,7 +599,7 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|||
|
||||
[[package]]
|
||||
name = "empede"
|
||||
version = "0.1.13"
|
||||
version = "0.2.0-pre1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"askama",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "empede"
|
||||
description = "A web client for MPD"
|
||||
version = "0.1.13"
|
||||
version = "0.2.0-pre1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/vijfhoek/empede"
|
||||
|
|
Loading…
Reference in a new issue