Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Oct 24, 2023
1 parent ed3e9fa commit 98a6a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notify"
version = "0.1.0"
version = "0.1.1"
authors = ["ranfdev <[email protected]>"]
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions data/com.ranfdev.Notify.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<url type="bugtracker">https://github.com/ranfdev/Notify/issues</url>
<content_rating type="oars-1.0" />
<releases>
<release version="0.1.1" date="2023-10-24" />
<release version="0.1.0" date="2023-10-13" />
</releases>
<developer_name>ranfdev</developer_name>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'notify',
'rust',
version: '0.1.0',
version: '0.1.1',
meson_version: '>= 0.59',
# license: 'MIT',
)
Expand Down

0 comments on commit 98a6a0a

Please sign in to comment.