Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Mar 30, 2024
1 parent a90221d commit f81b51f
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.3"
version = "0.1.4"
description = "A scrollable-tiling Wayland compositor"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -57,8 +57,8 @@ input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.153"
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.3", path = "niri-config" }
niri-ipc = { version = "0.1.3", path = "niri-ipc", features = ["clap"] }
niri-config = { version = "0.1.4", path = "niri-config" }
niri-ipc = { version = "0.1.4", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "4.10.0", optional = true }
pangocairo = "0.19.2"
pipewire = { version = "0.8.0", optional = true }
Expand Down Expand Up @@ -122,7 +122,7 @@ lto = "thin"
debug = false

[package.metadata.generate-rpm]
version = "0.1.3"
version = "0.1.4"
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.6.2"
knuffel = "3.2.0"
miette = "5.10.0"
niri-ipc = { version = "0.1.3", path = "../niri-ipc" }
niri-ipc = { version = "0.1.4", path = "../niri-ipc" }
regex = "1.10.4"
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.6.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
niri = { version = "0.1.3", path = ".." }
niri-config = { version = "0.1.3", path = "../niri-config" }
niri = { version = "0.1.4", path = ".." }
niri-config = { version = "0.1.4", path = "../niri-config" }
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true

0 comments on commit f81b51f

Please sign in to comment.