Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Jul 3, 2024
1 parent 19bdc85 commit 906cc41
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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 = "geopard"
version = "1.5.0"
version = "1.6.0"
authors = ["ranfdev <ranfdev@gmail.com>"]
edition = "2021"

Expand Down
5 changes: 5 additions & 0 deletions data/com.ranfdev.Geopard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
</custom>

<releases>
<release version="1.6.0" date="2024-07-03">
<description>
<p>Various small fixes</p>
</description>
</release>
<release version="1.5.0" date="2024-04-10">
<description>
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'geopard',
'rust',
version: '1.5.0',
version: '1.6.0',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down
2 changes: 1 addition & 1 deletion nix/geopard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

stdenv.mkDerivation {
pname = "geopard";
version = "1.5.0";
version = "1.6.0";

cargoDeps = rustPlatform.importCargoLock {
lockFile = ../Cargo.lock;
Expand Down

0 comments on commit 906cc41

Please sign in to comment.