Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Feb 4, 2021
1 parent 80d606e commit 5e32529
Show file tree
Hide file tree
Showing 5 changed files with 15 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.3"
version = "0.1.4"
edition = "2018"
license = "MIT"

Expand Down
12 changes: 11 additions & 1 deletion data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/2.png</image>
</screenshot>
</screenshots>
<releases>
<releases>
<release version="0.1.4" date="2021-02-04">
<description>
<p>
New features:
</p>
<ul>
<li>adaptive UI with libhandy</li>
</ul>
</description>
</release>
<release version="0.1.3" date="2021-01-31">
<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.3',
version: '0.1.4',
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.3";
pub static VERSION: &str = "0.1.4";
// pub static LOCALEDIR: &str = "/home/alexandre/.local/share/locale";

0 comments on commit 5e32529

Please sign in to comment.