Skip to content

Commit

Permalink
V2022.11.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 6, 2022
1 parent f10bfe0 commit 9e9ce9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('org.nickvision.money', ['cpp', 'c'], version: '2022.10.0', meson_version: '>= 0.63.0', default_options: ['warning_level=3', 'werror=false', 'cpp_std=c++20'])
project('org.nickvision.money', ['cpp', 'c'], version: '2022.11.0', meson_version: '>= 0.63.0', default_options: ['warning_level=3', 'werror=false', 'cpp_std=c++20'])

gnome = import('gnome')

Expand Down
2 changes: 1 addition & 1 deletion org.nickvision.money.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{
"type": "git",
"url": "https://github.com/nlogozzo/NickvisionMoney.git",
"tag": "2022.11.0-next"
"tag": "2022.11.0-beta1"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<binary>org.nickvision.money</binary>
</provides>
<releases>
<release version="2022.11.0-next" date="2022-11-01">
<release version="2022.11.0-beta1" date="2022-11-05">
<description>
<p></p>
<p>- Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system</p>
</description>
</release>
</releases>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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.11.0-next");
m_appInfo.setChangelog("<ul><li></li></ul>");
m_appInfo.setVersion("2022.11.0-beta1");
m_appInfo.setChangelog("<ul><li>Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system</li></ul>");
m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionMoney");
m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionMoney/issues/new");
m_appInfo.setSupportUrl("https://github.com/nlogozzo/NickvisionMoney/discussions");
Expand Down

0 comments on commit 9e9ce9f

Please sign in to comment.