Skip to content

Commit

Permalink
+ Release v2.0.2
Browse files Browse the repository at this point in the history
Change dbus name for flatpak
  • Loading branch information
bkueng committed Dec 22, 2023
1 parent a6b6cfd commit 6b8e1eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
+ Release v2.0.2

Change dbus name for flatpak


+ Release v2.0.1

Update metadata
Expand Down
1 change: 1 addition & 0 deletions data/qMasterPassword.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ iOS.
<url type="bugtracker">https://github.com/bkueng/qMasterPassword/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.0.2" date="2023-12-22"/>
<release version="2.0.1" date="2023-12-20"/>
<release version="2.0" date="2023-12-01"/>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using namespace std;

#define VERSION_MAJOR 2 /*<! @brief Major version number. */
#define VERSION_MINOR 0 /*<! @brief Minor version number. */
#define VERSION_PATCH 1 /*<! @brief patch number. */
#define VERSION_PATCH 2 /*<! @brief patch number. */

struct VERSION {
VERSION() : bSet(false) {}
Expand Down

0 comments on commit 6b8e1eb

Please sign in to comment.