Bump version to v0.9.3

This commit is contained in:
Johannes Wünsche 2022-02-23 17:50:38 +01:00
parent 0d97e544ab
commit 70f7601fa4
Signed by: johannes
GPG Key ID: 2511CF80B7C283AB
4 changed files with 7 additions and 4 deletions

2
Cargo.lock generated
View File

@ -439,7 +439,7 @@ checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
[[package]]
name = "enkei"
version = "0.9.2"
version = "0.9.3"
dependencies = [
"bincode",
"cached",

View File

@ -1,6 +1,6 @@
[package]
name = "enkei"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
description = "An OpenGL accelerated wallpaper tool with support for the Gnome Dynamic Wallpaper definitions."
keywords = ["sway", "wlroots", "wallpaper", "background", "gnome"]

View File

@ -1,5 +1,5 @@
pkgname=enkei
pkgver=0.9.2
pkgver=0.9.3
pkgrel=1
pkgdesc="A modern wallpaper tool with Gnome dynamic wallpaper support"
url="https://git.spacesnek.rocks/johannes/enkei"

View File

@ -1,5 +1,5 @@
Name: enkei
Version: 0.9.2
Version: 0.9.3
Release: 1%{?dist}
Summary: A modern wallpaper tool with Gnome dynamic wallpaper support.
@ -39,6 +39,9 @@ cp target/release/%{name}ctl $RPM_BUILD_ROOT/%{_bindir}
%{_bindir}/%{name}ctl
%changelog
* Wed Feb 24 2022 v0.9.3 - Johannes <johannes@spacesnek.rocks>
- Fix relative paths from enkeictl
- Brighten up the README for gitea & github
* Sat Feb 12 2022 v0.9.2 - Johannes <johannes@spacesnek.rocks>
- Add enkeictl to README
- Add install of `enkeictl` in packages