Skip to content

Commit 0d8a45d

Browse files
committed
add Network category
1 parent a6cb0a0 commit 0d8a45d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/com.ranfdev.Geopard.desktop.in.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Comment=A gemini browser
44
Type=Application
55
Exec=geopard
66
Terminal=false
7-
Categories=GNOME;GTK;
7+
Categories=GNOME;GTK;Network;
88
Keywords=Gnome;GTK;browser;gemini;rust;
99
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
1010
Icon=@icon@

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub const LOCALEDIR: &str = "/app/share/locale";
44
pub const PKGDATADIR: &str = "/app/share/geopard";
55
pub const PROFILE: &str = "Devel";
66
pub const RESOURCES_FILE: &str = concat!("/app/share/geopard", "/resources.gresource");
7-
pub const VERSION: &str = "1.0.0-alpha-9d527e8";
7+
pub const VERSION: &str = "1.0.0-alpha-a6cb0a0";
88

99
use once_cell::sync::Lazy;
1010
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)