1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Update version numbers to 0.4.0

This commit is contained in:
Roderick van Domburg 2022-05-21 22:31:15 +02:00
parent 310b3cca81
commit dff19377fa
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A
8 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "librespot-audio"
version = "0.3.1"
version = "0.4.0"
authors = ["Paul Lietar <paul@lietar.net>"]
description="The audio fetching and processing logic for librespot"
license="MIT"
@ -8,7 +8,7 @@ edition = "2018"
[dependencies.librespot-core]
path = "../core"
version = "0.3.1"
version = "0.4.0"
[dependencies]
aes-ctr = "0.6"