Skip to content

Commit 7dccd77

Browse files
Bump version 0.9.3
Closes #53 and closes #54.
1 parent 6148067 commit 7dccd77

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "waytrogen"
3-
version = "0.9.1"
3+
version = "0.9.3"
44
edition = "2021"
55
description = "A GTK graphical user interface for changing your wallpapers on Wayland based compositors."
66
license = "Unlicense"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
packages = rec {
1414
waytrogen = pkgs.rustPlatform.buildRustPackage {
1515
pname = "waytrogen";
16-
version = "0.9.1";
16+
version = "0.9.3";
1717
src = ./.;
1818

1919
cargoLock = {

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'waytrogen',
33
'rust',
4-
version: '0.9.1',
4+
version: '0.9.3',
55
license: 'Unlicence',
66
meson_version: '>= 1.2.0',
77
default_options: ['rust_std=2021'],

0 commit comments

Comments
 (0)