mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-09 23:34:42 +01:00
Release 2.3.2
Bugfix release for big endian systems
This commit is contained in:
parent
59333d6804
commit
31ed37a70c
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -187,7 +187,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|||
|
||||
[[package]]
|
||||
name = "swaysome"
|
||||
version = "2.3.1+git"
|
||||
version = "2.3.2"
|
||||
dependencies = [
|
||||
"assert-json-diff",
|
||||
"byteorder",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "swaysome"
|
||||
version = "2.3.1+git"
|
||||
version = "2.3.2"
|
||||
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
|
||||
edition = "2021"
|
||||
description = "swaysome provides an awesome way to manage your multiple outputs with the sway windows manager"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH SWAYSOME "1" "Sep 2025" "2.3.1" "User Commands"
|
||||
.TH SWAYSOME "1" "Sep 2025" "2.3.2" "User Commands"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
|
|
@ -142,7 +142,7 @@ Print version
|
|||
.
|
||||
.
|
||||
.SH "VERSION"
|
||||
2.3.1
|
||||
2.3.2
|
||||
.
|
||||
.
|
||||
.SH "HOMEPAGE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue