Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Jan 31, 2021
1 parent 5a2f934 commit 0c7a184
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spot"
version = "0.1.2"
version = "0.1.3"
edition = "2018"
license = "MIT"

Expand Down
14 changes: 13 additions & 1 deletion data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<li>album search</li>
<li>artist view</li>
<li>credentials management with Secret Service</li>
<li>MPRIS integration</li>
</ul>
</description>
<screenshots>
Expand All @@ -29,7 +30,18 @@
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/2.png</image>
</screenshot>
</screenshots>
<releases>
<releases>
<release version="0.1.3" date="2021-01-31">
<description>
<p>
New features:
</p>
<ul>
<li>minimal MPRIS integration</li>
<li>"About" dialog</li>
</ul>
</description>
</release>
<release version="0.1.2" date="2021-01-25">
<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.1.2',
version: '0.1.3',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub static PKGDATADIR: &str = "/home/alexandre/.local/share/spot";
pub static VERSION: &str = "0.1.2";
pub static VERSION: &str = "0.1.3";
// pub static LOCALEDIR: &str = "/home/alexandre/.local/share/locale";

0 comments on commit 0c7a184

Please sign in to comment.