diff --git a/APKBUILD b/APKBUILD index fc394602..545571bc 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Sam Day pkgname=greetd-phrog -pkgver=0.44.1_git +pkgver=0.45.0_git pkgrel=0 pkgdesc="Mobile device greeter" url=/~https://github.com/samcday/phrog diff --git a/Cargo.lock b/Cargo.lock index a9b618ae..e2e6057a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,7 +1111,7 @@ checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" [[package]] name = "phrog" -version = "0.44.1" +version = "0.45.0" dependencies = [ "anyhow", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index cffea369..5d091a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phrog" -version = "0.44.1" +version = "0.45.0" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 452f1c78..9a2451e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 🐸 (phrog) - +

diff --git a/phrog.spec b/phrog.spec index 2b28b2e1..f4c3081d 100644 --- a/phrog.spec +++ b/phrog.spec @@ -2,7 +2,7 @@ %global cargo_install_lib 0 Name: phrog -Version: 0.44.1 +Version: 0.45.0 Release: %autorelease Summary: Mobile-friendly greeter for greetd License: GPL-3.0-only