Skip to content

Commit

Permalink
V2022.10.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 29, 2022
1 parent 6078270 commit bca8c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.nickvision.money.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"type": "git",
"url": "https://github.com/nlogozzo/NickvisionMoney.git",
"tag": "2022.10.0-beta3"
"tag": "2022.10.0-beta4"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<binary>org.nickvision.money</binary>
</provides>
<releases>
<release version="2022.10.0-beta3" date="2022-10-29">
<release version="2022.10.0-beta4" date="2022-10-29">
<description>
<p>- Redesign with GTK4 and libadwaita 1.2</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Application::Application(const std::string& id, GApplicationFlags flags) : m_adw
m_appInfo.setName("Nickvision Money");
m_appInfo.setShortName("Money");
m_appInfo.setDescription("A personal finance manager.");
m_appInfo.setVersion("2022.10.0-beta3");
m_appInfo.setVersion("2022.10.0-beta4");
m_appInfo.setChangelog("<ul><li>Redesign with GTK4 and libadwaita 1.2</li></ul>");
m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionMoney");
m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionMoney/issues/new");
Expand Down

0 comments on commit bca8c47

Please sign in to comment.