Skip to content

Commit

Permalink
Bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Sep 14, 2024
1 parent 9cb89ff commit 6a48728
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["niri-visual-tests"]

[workspace.package]
version = "0.1.8"
version = "0.1.9"
description = "A scrollable-tiling Wayland compositor"
authors = ["Ivan Molodetskikh <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -64,8 +64,8 @@ keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.158"
libdisplay-info = "0.1.0"
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.8", path = "niri-config" }
niri-ipc = { version = "0.1.8", path = "niri-ipc", features = ["clap"] }
niri-config = { version = "0.1.9", path = "niri-config" }
niri-ipc = { version = "0.1.9", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "~4.10.0", optional = true }
ordered-float = "4.2.2"
pango = { version = "0.20.1", features = ["v1_44"] }
Expand Down Expand Up @@ -137,7 +137,7 @@ lto = "thin"
debug = false

[package.metadata.generate-rpm]
version = "0.1.8"
version = "0.1.9"
assets = [
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },
Expand Down
2 changes: 1 addition & 1 deletion niri-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bitflags.workspace = true
csscolorparser = "0.7.0"
knuffel = "3.2.0"
miette = "5.10.0"
niri-ipc = { version = "0.1.8", path = "../niri-ipc" }
niri-ipc = { version = "0.1.9", path = "../niri-ipc" }
regex = "1.10.6"
smithay = { workspace = true, features = ["backend_libinput"] }
tracing.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions niri-visual-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository.workspace = true
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true
gtk = { version = "0.9.1", package = "gtk4", features = ["v4_12"] }
niri = { version = "0.1.8", path = ".." }
niri-config = { version = "0.1.8", path = "../niri-config" }
niri = { version = "0.1.9", path = ".." }
niri-config = { version = "0.1.9", path = "../niri-config" }
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true

0 comments on commit 6a48728

Please sign in to comment.