Skip to content

Commit

Permalink
version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Nov 10, 2021
1 parent 0f954f8 commit b116ff3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spot"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
license = "MIT"

Expand Down Expand Up @@ -69,4 +69,4 @@ zvariant_derive = "^2.5.0"
thiserror = "^1.0.29"
lazy_static = "^1.4.0"
log = "0.4.0"
env_logger = "0.8.4"
env_logger = "0.8.4"
5 changes: 5 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
</screenshot>
</screenshots>
<releases>
<release version="0.2.2" date="2021-11-10">
<description>
<p>Quick fix for a startup crash, sorry for the inconvenience. Thanks @xRMG412! </p>
</description>
</release>
<release version="0.2.1" date="2021-10-17">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'spot',
version: '0.2.1',
version: '0.2.2',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down

0 comments on commit b116ff3

Please sign in to comment.