Skip to content

Commit

Permalink
add Network category
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Apr 29, 2022
1 parent a6cb0a0 commit 0d8a45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/com.ranfdev.Geopard.desktop.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Comment=A gemini browser
Type=Application
Exec=geopard
Terminal=false
Categories=GNOME;GTK;
Categories=GNOME;GTK;Network;
Keywords=Gnome;GTK;browser;gemini;rust;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=@icon@
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub const LOCALEDIR: &str = "/app/share/locale";
pub const PKGDATADIR: &str = "/app/share/geopard";
pub const PROFILE: &str = "Devel";
pub const RESOURCES_FILE: &str = concat!("/app/share/geopard", "/resources.gresource");
pub const VERSION: &str = "1.0.0-alpha-9d527e8";
pub const VERSION: &str = "1.0.0-alpha-a6cb0a0";

use once_cell::sync::Lazy;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 0d8a45d

Please sign in to comment.