diff --git a/Cargo.lock b/Cargo.lock index 54240f18..c6f24f80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3161,7 +3161,7 @@ dependencies = [ [[package]] name = "spot" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-std", "form_urlencoded", diff --git a/Cargo.toml b/Cargo.toml index 9f76cf19..100f0c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spot" -version = "0.1.3" +version = "0.1.4" edition = "2018" license = "MIT" diff --git a/data/dev.alextren.Spot.appdata.xml b/data/dev.alextren.Spot.appdata.xml index 172ffb19..7d76b3ba 100644 --- a/data/dev.alextren.Spot.appdata.xml +++ b/data/dev.alextren.Spot.appdata.xml @@ -30,7 +30,17 @@ https://raw.githubusercontent.com/xou816/spot/master/data/appstream/2.png - + + + +

+ New features: +

+
    +
  • adaptive UI with libhandy
  • +
+
+

diff --git a/meson.build b/meson.build index 21e7355c..4996514c 100644 --- a/meson.build +++ b/meson.build @@ -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'], ) diff --git a/src/config.rs b/src/config.rs index 6b649717..295e7a89 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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";