Skip to content

Commit 5d7e27a

Browse files
committed
Release 0.4.1
1 parent 3476828 commit 5d7e27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.4.1 (dev)
1+
0.4.1 (2025/08/07)
22
BugFix: Removed project Trident code.
33
BugFix: Notifier did not fetch updates for the first time when using "once a day".
44
BugFix: Octoxbps crashes with XBPS 0.60 when selecting a not installed package and

src/strconstants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ QString StrConstants::getApplicationName(){
2828
}
2929

3030
QString StrConstants::getApplicationVersion(){
31-
return "0.4.1 (dev)";
31+
return "0.4.1";
3232
}
3333

3434
QString StrConstants::getQtVersion(){

0 commit comments

Comments
 (0)