Skip to content

Commit c56ae0d

Browse files
committed
Release 1.3.1
1 parent 3e0c569 commit c56ae0d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.3.1
2+
- Fixed packaging not including all files (missing x64 binaries and license files), issue #4.
3+
14
## v1.3.0
25
- Provide a unified package including 32 and 64 bit version of this component.
36
- Submit `duration` of listened audio.

src/foo_listenbrainz2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace lbz
66
{
77
static constexpr const char* component_name = "ListenBrainz 2";
88
static constexpr const char* component_dll_name = "foo_listenbrainz2.dll";
9-
static constexpr const char* component_version = "1.3.0";
9+
static constexpr const char* component_version = "1.3.1";
1010
static constexpr const char* component_info = "Copyright (C) 2020 marc2003, 2022 phw\n\nBuild: " __TIME__ ", " __DATE__;
1111
static constexpr const char* help_url = "https://github.com/phw/foo_listenbrainz2";
1212
static constexpr const char* api_url = "https://api.listenbrainz.org/1/submit-listens";

0 commit comments

Comments
 (0)