chore: Release spectrust version 0.2.1
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Failing after 32s
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 57s
Release / update-aur (push) Has been skipped

This commit is contained in:
2026-06-22 15:20:45 +02:00
parent 754527d029
commit 0bb335e429
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -229,7 +229,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "spectrust"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"byteorder",
"clap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "spectrust"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
[profile.release]
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=spectrust
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
pkgdesc="Terminal audio spectrum analyzer using ncurses"
arch=('x86_64' 'aarch64')