diff options
author | Vika <vika@fireburn.ru> | 2024-10-22 22:11:47 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-10-22 22:11:47 +0300 |
commit | fa13289c14e4f80de32189a75abf1eaf66ef6139 (patch) | |
tree | 7c40a350163fee3d062b8a9881751c9cff4600ea | |
parent | f2f7b6ffec7bf657966353c850d25c6ab218ff7c (diff) | |
download | bowl-fa13289c14e4f80de32189a75abf1eaf66ef6139.tar.zst |
Bump version to 1.0.1 v1.0.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | meson.build | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 57e9bbb..2070369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "bowl" -version = "1.0.0" +version = "1.0.1" dependencies = [ "futures", "gettext-rs", diff --git a/Cargo.toml b/Cargo.toml index bdb3dbe..610b530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bowl" -version = "1.0.0" +version = "1.0.1" authors = ["Vika <vika@fireburn.ru>"] license = "AGPL-3.0-only" edition = "2021" diff --git a/flake.nix b/flake.nix index ecfc5b1..753b2c1 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,8 @@ self.packages.${system}.xtr pkgs.desktop-file-utils + # for Gir to work its magic; not needed for Bowl itself but rather for its dependencies + pkgs.python3 pkgs.gobject-introspection pkgs.libsecret ]; # Add gettext manuals to the manpath diff --git a/meson.build b/meson.build index 38bc9d4..cc832f5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bowl', 'rust', - version: '0.1.0', + version: '1.0.1', meson_version: '>= 1.1', license: 'AGPLv3', ) |