chore: Bump version to 1.3.1

This commit is contained in:
Henrik Friedrichsen
2025-08-25 16:05:25 +02:00
parent 20a1d661cf
commit 904ae40768
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2285,7 +2285,7 @@ dependencies = [
[[package]]
name = "ncspot"
version = "1.3.0"
version = "1.3.1"
dependencies = [
"arboard",
"chrono",

View File

@@ -1,7 +1,7 @@
[package]
name = "ncspot"
readme = "README.md"
version = "1.3.0"
version = "1.3.1"
description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes."
exclude = ["images/**"]
keywords = ["spotify", "ncurses", "librespot", "terminal"]