From a1742e819ae8c1227e36a631490fb937902cc279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 2 Mar 2023 21:33:53 +0300 Subject: [PATCH] chore(release): prepare for v0.1.0-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5721050..286c5f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1193,7 +1193,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.0" +version = "0.1.0-rc.1" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index d41c9af..18ae31d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.0" # bumped by release.sh +version = "0.1.0-rc.1" # bumped by release.sh description = "A dead simple notification daemon" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"