release: 0.1.1

i'm bumping the version in order to synchronize git tags (v0.1.1)
with the Cargo.toml version, which makes OS-level packaging a bit more
sensible.
This commit is contained in:
colin 2022-10-20 02:59:11 -07:00
parent 3428668049
commit 175e47aca5
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -390,7 +390,7 @@ dependencies = [
[[package]]
name = "lightdm-mobile-greeter"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"gdk",
"gtk",

View File

@ -1,6 +1,6 @@
[package]
name = "lightdm-mobile-greeter"
version = "0.1.0"
version = "0.1.1"
authors = ["Raatty <me@raatty.club>", "Colin <colin@uninsane.org>"]
edition = "2018"

View File

@ -18,7 +18,7 @@
# docs: https://github.com/oxalica/rust-overlay
lightdm-mobile-greeter = pkgs.rustPlatform.buildRustPackage {
pname = "lightdm-mobile-greeter";
version = "6";
version = "0.1.1";
src = ./.;
cargoLock = {