Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 17, 2021
1 parent ba743b5 commit 4ca8620
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.10"
version = "0.1.11"
edition = "2018"
license = "MIT"

Expand Down
7 changes: 7 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.11" date="2021-03-17">
<description>
<p>
This release fixes the broken "Search" icon, and adds French, German and Dutch translations. Thanks to all translators for their contribution!
</p>
</description>
</release>
<release version="0.1.10" date="2021-03-13">
<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.10',
version: '0.1.11',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down
6 changes: 3 additions & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub static PKGDATADIR: &str = "/app/share/spot";
pub static VERSION: &str = "0.1.10";
pub static LOCALEDIR: &str = "/app/share/locale";
pub static PKGDATADIR: &str = "/home/alexandre/.local/share/spot";
pub static VERSION: &str = "0.1.11";
pub static LOCALEDIR: &str = "/home/alexandre/.local/share/locale";

0 comments on commit 4ca8620

Please sign in to comment.