Bump version to 0.1.6

This commit is contained in:
Ivan Molodetskikh
2024-05-18 14:35:42 +04:00
parent 2da0aaace8
commit bfaf9ae060
4 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
members = ["niri-visual-tests"]
[workspace.package]
version = "0.1.5"
version = "0.1.6"
description = "A scrollable-tiling Wayland compositor"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later"
@@ -59,8 +59,8 @@ input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.154"
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.5", path = "niri-config" }
niri-ipc = { version = "0.1.5", path = "niri-ipc", features = ["clap"] }
niri-config = { version = "0.1.6", path = "niri-config" }
niri-ipc = { version = "0.1.6", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "~4.10.0", optional = true }
pangocairo = "0.19.2"
pipewire = { version = "0.8.0", optional = true }
@@ -125,7 +125,7 @@ lto = "thin"
debug = false
[package.metadata.generate-rpm]
version = "0.1.5"
version = "0.1.6"
assets = [
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },