Skip to content

Commit

Permalink
update changelog and api version
Browse files Browse the repository at this point in the history
  • Loading branch information
npoltorapavlo committed Feb 5, 2025
1 parent 489cec1 commit 7bee5db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SystemAudioPlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.11] - 2025-02-05
### Fixed
- Moved interface into ThunderInterfaces

## [1.0.10] - 2024-07-12
### Fixed
- Changed set volume for realtek soc
Expand Down
2 changes: 1 addition & 1 deletion SystemAudioPlayer/SystemAudioPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 0
#define API_VERSION_NUMBER_PATCH 9
#define API_VERSION_NUMBER_PATCH 11
#define API_VERSION_NUMBER 1

namespace WPEFramework {
Expand Down

0 comments on commit 7bee5db

Please sign in to comment.