File tree Expand file tree Collapse file tree 5 files changed +15
-1
lines changed
Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1010 <p >A fast gemini browser with colors</p >
1111 </description >
1212
13+ <screenshots >
14+ <screenshot type =" default" height =" 752" width =" 442" >
15+ <image >https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image >
16+ </screenshot >
17+ <screenshot height =" 752" width =" 442" >
18+ <image >https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image >
19+ </screenshot >
20+ <screenshot height =" 844" width =" 835" >
21+ <image >https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image >
22+ </screenshot >
23+ </screenshots >
24+
25+
26+
1327 <url type =" homepage" >https://ranfdev.com/projects/Geopard</url >
1428 <url type =" bugtracker" >https://github.com/ranfdev/Geopard/issues/</url >
1529 <content_rating type =" oars-1.0" />
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pub const LOCALEDIR: &str = "/app/share/locale";
44pub const PKGDATADIR : & str = "/app/share/geopard" ;
55pub const PROFILE : & str = "Devel" ;
66pub const RESOURCES_FILE : & str = concat ! ( "/app/share/geopard" , "/resources.gresource" ) ;
7- pub const VERSION : & str = "1.0.0-alpha-904f4a7 " ;
7+ pub const VERSION : & str = "1.0.0-alpha-a3a690a " ;
88
99use once_cell:: sync:: Lazy ;
1010use serde:: { Deserialize , Serialize } ;
You can’t perform that action at this time.
0 commit comments