Skip to content

Commit

Permalink
+ Release v2.0.1
Browse files Browse the repository at this point in the history
Update metadata
  • Loading branch information
bkueng committed Dec 20, 2023
1 parent d82056f commit d016e8a
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.1

Update metadata


+ Release v2.0
- Qt6 fixes
- change from qmake to cmake
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.1" date="2023-12-20"/>
<release version="2.0" date="2023-12-01"/>
</releases>
</component>
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 0 /*<! @brief patch number. */
#define VERSION_PATCH 1 /*<! @brief patch number. */

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

0 comments on commit d016e8a

Please sign in to comment.