This commit is contained in:
ranfdev
2023-11-27 19:01:54 +01:00
parent 7d86e9598a
commit b7462ec620
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "notify"
version = "0.1.3"
version = "0.1.4"
authors = ["ranfdev <ranfdev@gmail.com>"]
edition = "2021"

View File

@ -26,6 +26,11 @@
<content_rating type="oars-1.0" />
<releases>
<release version="0.1.4" date="2023-11-27">
<ul>
<li>Various bugfixes</li>
</ul>
</release>
<release version="0.1.3" date="2023-11-16">
<ul>
<li>Support for basic authentication with custom accounts</li>

View File

@ -1,7 +1,7 @@
project(
'notify',
'rust',
version: '0.1.3',
version: '0.1.4',
meson_version: '>= 0.59',
# license: 'MIT',
)