+ New features: +
+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";