Skip to content

Commit

Permalink
- Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnt committed Sep 8, 2023
1 parent 883834d commit 3b8d21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.3.3 (dev)
0.3.3 (2023/09/08)
BugFix: openFile always left a running file manager even after program close.
Synced octopkg-doas with LXQt-sudo 1.3.0 version.
Added a stop button next to the progress bar to cancel running transaction.
Expand Down
2 changes: 1 addition & 1 deletion src/strconstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ QString StrConstants::getApplicationName(){
}

QString StrConstants::getApplicationVersion(){
return "0.3.3 (dev)";
return "0.3.3";
}

QString StrConstants::getQtVersion(){
Expand Down

0 comments on commit 3b8d21b

Please sign in to comment.