Skip to content

Commit

Permalink
bump version to 0.20.3, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Apr 3, 2022
1 parent 884e2ea commit e22d9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PopTracker Changelog

## v0.20.3
* App Features
* Update apclient to 0.2.6

## v0.20.2

* App Features
Expand Down
2 changes: 1 addition & 1 deletion src/poptracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PopTracker final : public App {
virtual ~PopTracker();

static constexpr const char APPNAME[] = "PopTracker";
static constexpr const char VERSION_STRING[] = "0.20.2";
static constexpr const char VERSION_STRING[] = "0.20.3";
static constexpr int AUTOSAVE_INTERVAL = 60; // 1 minute

protected:
Expand Down

0 comments on commit e22d9ff

Please sign in to comment.