From 64267f875a4dda25b61e77f87e2fd9bb598a4633 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 25 Nov 2023 11:15:55 +0400 Subject: [PATCH] Change version to 0.1.0-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9404240..da38cfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,7 +1694,7 @@ dependencies = [ [[package]] name = "niri" -version = "0.1.0" +version = "0.1.0-alpha.1" dependencies = [ "anyhow", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 8ccaf20..c82799d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "niri" -version = "0.1.0" +version = "0.1.0-alpha.1" description = "A scrollable-tiling Wayland compositor" authors = ["Ivan Molodetskikh "] license = "GPL-3.0-or-later"