Release 1.1.2
New repository, homepage, install instruction, etc... No code change.
This commit is contained in:
parent
8054542664
commit
ae9eb161fe
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -101,7 +101,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
authors = ["Skia <skia@hya.sk>"]
|
authors = ["Skia <skia@hya.sk>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"
|
description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,7 @@ fn init_workspaces(stream: &UnixStream, workspace_name: &String) {
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let matches = App::new("swaysome")
|
let matches = App::new("swaysome")
|
||||||
.version("1.1.1")
|
.version("1.1.2")
|
||||||
.author("Skia <skia@hya.sk>")
|
.author("Skia <skia@hya.sk>")
|
||||||
.about("Better multimonitor handling for sway")
|
.about("Better multimonitor handling for sway")
|
||||||
.subcommand(
|
.subcommand(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue